diff --git a/src/ines-correct.h b/src/ines-correct.h index 053cd2de..f1398142 100644 --- a/src/ines-correct.h +++ b/src/ines-correct.h @@ -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 */ diff --git a/src/ines.cpp b/src/ines.cpp index 3a2656f3..05b2d9b9 100644 --- a/src/ines.cpp +++ b/src/ines.cpp @@ -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},