nes (rgbleek) little update for apu bug workaround

This commit is contained in:
dinkc64 2025-02-02 11:21:48 -05:00
parent ccc878e77d
commit 135e1f2c52
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ static INT32 cartridge_load(UINT8* ROMData, UINT32 ROMSize, UINT32 ROMCRC)
NESMode |= (ROMCRC == 0x552a903a) ? BUS_CONFLICTS : 0; // Huge Insect
NESMode |= (ROMCRC == 0xb90a1ca1) ? NO_WORKRAM : 0; // Low G Man
NESMode |= (ROMCRC == 0xa905cc12) ? NO_WORKRAM : 0; // Bill & Ted
NESMode |= (ROMCRC == 0x45b1869a) ? APU_HACKERY : 0; // rgbleek
NESMode |= (ROMCRC == 0x9cc0ee5b) ? APU_HACKERY : 0; // famidash
NESMode |= (ROMCRC == 0xc00c4ea5) ? APU_HACKERY : 0; // Sam's Journey
NESMode |= (ROMCRC == 0x585f3500) ? ALT_MMC3 : 0; // Darkwing Duck (T-Chi)