mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
woop
This commit is contained in:
parent
b0cc7ab9e0
commit
cb1d7fe7fc
@ -1001,7 +1001,7 @@ MACHINE_START_MEMBER(polgar_state,van32)
|
||||
|
||||
UINT8 *rom = memregion("maincpu")->base();
|
||||
|
||||
if(rom[0x870] == 0x0c && rom[0x871] == 0x78)
|
||||
if(rom[0x870] == 0x0c && rom[0x871] == 0x78) {
|
||||
rom[0x870] = 0x38;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user