mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-23 03:11:54 +00:00
nes intl. cricket is_pal
This commit is contained in:
parent
c599432d8a
commit
473fbe192e
@ -552,6 +552,7 @@ static INT32 cartridge_load(UINT8* ROMData, UINT32 ROMSize, UINT32 ROMCRC)
|
||||
NESMode |= (ROMCRC == 0x85784e11) ? ALT_TIMING : 0; // blargg full palette
|
||||
NESMode |= (ROMCRC == 0x5da28b4f) ? ALT_TIMING : 0; // cmc! wall demo
|
||||
NESMode |= (ROMCRC == 0xab862073) ? ALT_TIMING : 0; // ultimate frogger champ.
|
||||
NESMode |= (ROMCRC == 0xcbde707e) ? IS_PAL : 0; // International Cricket
|
||||
NESMode |= (ROMCRC == 0xe2685bbf) ? IS_PAL : 0; // Kick Off
|
||||
NESMode |= (ROMCRC == 0xab21ab5f) ? IS_PAL : 0; // Noah's Ark
|
||||
NESMode |= (ROMCRC == 0xab29ab28) ? IS_PAL : 0; // Dropzone
|
||||
|
Loading…
x
Reference in New Issue
Block a user