summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlex.cpp')
-rw-r--r--src/mame/drivers/battlex.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/battlex.cpp b/src/mame/drivers/battlex.cpp
index 458caf06d0d..a814510b4f4 100644
--- a/src/mame/drivers/battlex.cpp
+++ b/src/mame/drivers/battlex.cpp
@@ -315,7 +315,8 @@ MACHINE_CONFIG_START(battlex_state::battlex)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.40)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(battlex_state::dodgeman, battlex)
+MACHINE_CONFIG_START(battlex_state::dodgeman)
+ battlex(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_IO_MAP(dodgeman_io_map)