summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/cosmicg.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/drivers/cosmicg.cpp b/src/mame/drivers/cosmicg.cpp
index 3f75c579c94..ea58fc33282 100644
--- a/src/mame/drivers/cosmicg.cpp
+++ b/src/mame/drivers/cosmicg.cpp
@@ -426,6 +426,12 @@ void cosmicg_state::init_cosmicg()
rom[offs] = normal;
}
+
+ /* Patch to avoid crash - Seems like duff romcheck routine */
+ /* I would expect it to be bitrot, but have two romsets */
+ /* from different sources with the same problem! */
+ rom[0x1e9e] = 0x04;
+ rom[0x1e9f] = 0xc0;
}