Implement mapper 224 (kt-008) and add related games to ines-correct

- Most of these games are incorrectly assigned to Mapper 4. so correct it with hash
http://wiki.nesdev.com/w/index.php/INES_Mapper_224
This commit is contained in:
retro-wertz
2019-05-29 19:06:28 +08:00
parent 5dc795233b
commit 28e729177e
4 changed files with 58 additions and 1 deletions

View File

@@ -613,7 +613,7 @@ static BMAPPINGLocal bmap[] = {
{(uint8_t*)"UNLN625092", 221, UNLN625092_Init},
{(uint8_t*)"", 222, Mapper222_Init},
/* {(uint8_t*)"", 223, Mapper223_Init}, */
/* {(uint8_t*)"", 224, Mapper224_Init}, */
{(uint8_t*)"KT-008", 224, Mapper224_Init},
{(uint8_t*)"", 225, Mapper225_Init},
{(uint8_t*)"BMC 22+20-in-1", 226, Mapper226_Init},
{(uint8_t*)"", 227, Mapper227_Init},