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

@@ -201,6 +201,7 @@ void Mapper216_Init(CartInfo *);
void Mapper217_Init(CartInfo *);
void Mapper220_Init(CartInfo *);
void Mapper222_Init(CartInfo *);
void Mapper224_Init(CartInfo *);
void Mapper225_Init(CartInfo *);
void Mapper226_Init(CartInfo *);
void Mapper227_Init(CartInfo *);