Move overrides out of some mappers
Move mapper-based overrides out and use ines-correct.h if possible. Affects the following mappers below: - Move Cnrom database to ines-correct.h - Mapper 201 update - Mapper 91: Add Street Fighter III (Submapper 1) to ines-correct.h - Add dipswitch notes to m237 - Update mapper9 (PC10 version of Mike Tyson's Punch-out)
This commit is contained in:
@@ -118,7 +118,7 @@ void Mapper9_Init(CartInfo *info) {
|
||||
info->Power = MMC2and4Power;
|
||||
info->Close = MMC2and4Close;
|
||||
PPU_hook = MMC2and4PPUHook;
|
||||
if (info->CRC32 == 0x7b837fde) { /* Mike Tyson's Punch-Out!! (PC10) supports save ram */
|
||||
if (info->battery) { /* Mike Tyson's Punch-Out!! (PC10) supports save ram */
|
||||
isPC10 = 1;
|
||||
WRAMSIZE = 8192;
|
||||
WRAM = (uint8*)FCEU_gmalloc(WRAMSIZE);
|
||||
|
||||
Reference in New Issue
Block a user