summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goal92.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goal92.cpp')
-rw-r--r--src/mame/drivers/goal92.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/goal92.cpp b/src/mame/drivers/goal92.cpp
index 23df66f4d3a..938ceda314a 100644
--- a/src/mame/drivers/goal92.cpp
+++ b/src/mame/drivers/goal92.cpp
@@ -294,7 +294,7 @@ void goal92_state::machine_reset()
m_adpcm_toggle = 0;
}
-static MACHINE_CONFIG_START( goal92 )
+MACHINE_CONFIG_START(goal92_state::goal92)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000,12000000)