summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ohmygod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ohmygod.cpp')
-rw-r--r--src/mame/drivers/ohmygod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ohmygod.cpp b/src/mame/drivers/ohmygod.cpp
index 4f94eef6147..91747a7454a 100644
--- a/src/mame/drivers/ohmygod.cpp
+++ b/src/mame/drivers/ohmygod.cpp
@@ -318,7 +318,7 @@ void ohmygod_state::machine_reset()
m_scrolly = 0;
}
-static MACHINE_CONFIG_START( ohmygod )
+MACHINE_CONFIG_START(ohmygod_state::ohmygod)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000)