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 fd30847f034..1cd99655ffc 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, exerion_state )
+static MACHINE_CONFIG_START( exerion )
MCFG_CPU_ADD("maincpu", Z80, EXERION_CPU_CLOCK)
MCFG_CPU_PROGRAM_MAP(main_map)