diff options
-rw-r--r-- | src/mame/drivers/mmodular.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mmodular.cpp b/src/mame/drivers/mmodular.cpp index eb1e9b4d6d7..09e83e6dcf6 100644 --- a/src/mame/drivers/mmodular.cpp +++ b/src/mame/drivers/mmodular.cpp @@ -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; } } |