Previous 199869 Revisions Next

r44550 Thursday 28th January, 2016 at 21:07:40 UTC by hap
woop
[src/mame/drivers]mmodular.cpp

trunk/src/mame/drivers/mmodular.cpp
r253061r253062
10011001
10021002   UINT8 *rom = memregion("maincpu")->base();
10031003
1004   if(rom[0x870] == 0x0c && rom[0x871] == 0x78)
1004   if(rom[0x870] == 0x0c && rom[0x871] == 0x78) {
10051005      rom[0x870] = 0x38;
10061006   }
10071007}


Previous 199869 Revisions Next


© 1997-2024 The MAME Team