summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exerion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exerion.cpp')
-rw-r--r--src/mame/drivers/exerion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exerion.cpp b/src/mame/drivers/exerion.cpp
index 129708b2aae..3f5dd746e84 100644
--- a/src/mame/drivers/exerion.cpp
+++ b/src/mame/drivers/exerion.cpp
@@ -370,7 +370,7 @@ void exerion_state::machine_reset()
m_background_latches[i] = 0;
}
-static MACHINE_CONFIG_START( exerion )
+MACHINE_CONFIG_START(exerion_state::exerion)
MCFG_CPU_ADD("maincpu", Z80, EXERION_CPU_CLOCK)
MCFG_CPU_PROGRAM_MAP(main_map)