summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m10.cpp')
-rw-r--r--src/mame/drivers/m10.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/m10.cpp b/src/mame/drivers/m10.cpp
index ffbc92cfb07..8f6273edc03 100644
--- a/src/mame/drivers/m10.cpp
+++ b/src/mame/drivers/m10.cpp
@@ -862,7 +862,8 @@ MACHINE_CONFIG_START(m10_state::m10)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(m10_state::m11, m10)
+MACHINE_CONFIG_START(m10_state::m11)
+ m10(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")
@@ -906,7 +907,8 @@ MACHINE_CONFIG_START(m10_state::m15)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(m10_state::headoni, m15)
+MACHINE_CONFIG_START(m10_state::headoni)
+ m15(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_CLOCK(11730000/16)
MACHINE_CONFIG_END