This commit is contained in:
hap 2016-01-28 22:07:40 +01:00
parent b0cc7ab9e0
commit cb1d7fe7fc

View File

@ -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;
}
}