From dd7a1bc081a33dd5a75ae335e78b143cf125dd76 Mon Sep 17 00:00:00 2001 From: CaH4e3 Date: Mon, 31 Dec 2012 11:32:49 +0000 Subject: [PATCH] mope, 206 still deprecated, quest of ki just needed vertical mirroring --- src/ines-correct.h | 2 +- src/ines.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ines-correct.h b/src/ines-correct.h index f1398142..08c4896b 100644 --- a/src/ines-correct.h +++ b/src/ines-correct.h @@ -5,6 +5,7 @@ {0x82f204ae, -1, 1}, /* Liang Shan Ying Xiong (NJ023) (Ch) [!] */ {0x684afccd, -1, 1}, /* Space Hunter (J) */ {0xad9c63e2, -1, 1}, /* Space Shadow (J) */ + {0xe1526228, -1, 1}, /* Quest of Ki */ {0xaf5d7aa2, -1, 0}, /* Clu Clu Land */ {0xcfb224e6, -1, 1}, /* Dragon Ninja (J) [p1][!].nes */ {0x4f2f1846, -1, 1}, /* Famista '89 - Kaimaku Han!! (J) */ @@ -213,7 +214,6 @@ {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 05b2d9b9..3a2656f3 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}, + {"NAMCOT 108 Rev. C", 206, Mapper206_Init}, // Deprecated, Used to be "DEIROM" whatever it means, but actually simple version of MMC3 {"TAITO X1-005 Rev. B", 207, Mapper207_Init}, {"", 208, Mapper208_Init}, {"", 209, Mapper209_Init},