quest of ki redefined to 206 mapper with CRC check, now 206 isn't deprecated, some games are vomit because of extended functionality of the stock MMC3 instead of simplified one ;(
This commit is contained in:
parent
69c3e2df02
commit
95a36aa23c
|
@ -213,6 +213,7 @@
|
|||
{0x44c20420, 199, -1}, /* San Guo Zhi 2 (C) */
|
||||
{0x4e1c1e3c, 206, 0}, /* Karnov */
|
||||
{0x276237b3, 206, 0}, /* Karnov */
|
||||
{0xe1526228, 206, -1}, /* Quest of Ki */
|
||||
{0x7678f1d5, 207, 8}, /* Fudou Myouou Den */
|
||||
{0x07eb2c12, 208, -1}, /* Street Fighter IV */
|
||||
{0xdd8ced31, 209, -1}, /* Power Rangers 3 */
|
||||
|
|
|
@ -651,7 +651,7 @@ static BMAPPINGLocal bmap[] = {
|
|||
{"", 203, Mapper203_Init},
|
||||
{"", 204, Mapper204_Init},
|
||||
{"", 205, Mapper205_Init},
|
||||
{"NAMCOT 108 Rev. C", 206, Mapper206_Init}, // Deprecated, Used to be "DEIROM" whatever it means, but actually simple version of MMC3
|
||||
{"NAMCOT 108 Rev. C", 206, Mapper206_Init},
|
||||
{"TAITO X1-005 Rev. B", 207, Mapper207_Init},
|
||||
{"", 208, Mapper208_Init},
|
||||
{"", 209, Mapper209_Init},
|
||||
|
|
Loading…
Reference in New Issue