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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user