Update mapper 059/060
Excerpt from nesdev: NESten's Mapper DLL v1.0 contained an incorrect implementation of T3H53 as iNES mapper 059 and UNIF mapper BMC-T3H53. The UNIF implementation was improved in NESten's Mapper DLL v1.2 while the iNES implementation was not, causing confusion about what kind of cartridge the unimproved mapper 59 was supposed to be. As Nintendulator's mapper DLL is based on NESten's mapper DLL, this was carried over to Nintendulator. Presumably as a result of this confusion, FCEUX and others put the correct implementation of T3H53 at INES Mapper 060, displacing the "Reset-based NROM-128 4-in-1" in the process. With that said above, im following nesdev's notes and change the following: - Reassign Mapper 60 as Mapper 59. - Add BMC-T3H53, a UNIF cart using the same UNIF-board D1038 which is assigned as iNES Mapper 59 - Add the Reset-Based NRON-128 mapper, Mapper 60
This commit is contained in:
@@ -94,6 +94,7 @@ void Mapper51_Init(CartInfo *);
|
||||
void Mapper52_Init(CartInfo *);
|
||||
void Mapper57_Init(CartInfo *);
|
||||
void Mapper59_Init(CartInfo *);
|
||||
void Mapper60_Init(CartInfo *);
|
||||
void Mapper61_Init(CartInfo *);
|
||||
void Mapper62_Init(CartInfo *);
|
||||
void Mapper63_Init(CartInfo *);
|
||||
|
||||
Reference in New Issue
Block a user