diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index 7087d877d43..f1df1441f24 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -11553,6 +11553,12 @@ ROM_END /* Super 97-2 + + Code jumps above $C000, so offset range C000-F7FF was defined + as ROM space. However, the game isn't working due to the high + memory code looks strange. Maybe the program needs some sort + of address/data descramble... + */ ROM_START( super972 ) ROM_REGION( 0x10000, "maincpu", 0 )