summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2016-01-28 22:07:40 +0100
committer hap <happppp@users.noreply.github.com>2016-01-28 22:07:40 +0100
commitcb1d7fe7fc942677c6aae668e283073f08a11199 (patch)
treec890c64e78f736f7faca75935afeaef83e74ecbf
parentb0cc7ab9e0985bf80cffad27fcd67f383573b688 (diff)
woop
-rw-r--r--src/mame/drivers/mmodular.cpp2
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;
}
}