From cb1d7fe7fc942677c6aae668e283073f08a11199 Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 28 Jan 2016 22:07:40 +0100 Subject: [PATCH] woop --- src/mame/drivers/mmodular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }