Mapper 226: Updated and remove duplicate mapper

- Updated mapper 226 to support 1.5mb carts, which in turn makes Unif Ghostbusters63n1 a duplicate.
- Unif 42in1ResetSwitch switch to mapper 233
This commit is contained in:
retro-wertz
2019-07-12 23:35:11 +08:00
parent 748f27571d
commit ec19b07b4d
5 changed files with 43 additions and 104 deletions

View File

@@ -819,6 +819,9 @@ int iNESLoad(const char *name, FCEUFILE *fp) {
} else if (((prgRom * 0x4000) + (chrRom * 0x2000)) < filesize)
FCEU_PrintError(" File contains %llu bytes of unused data\n", filesize - ((prgRom * 0x4000) + (chrRom * 0x2000)));
iNESCart.prgRom = prgRom;
iNESCart.chrRom = chrRom;
ROM_size = uppow2(prgRom);
if (chrRom)