summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ms32.cpp')
-rw-r--r--src/mame/drivers/ms32.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ms32.cpp b/src/mame/drivers/ms32.cpp
index 0d6d7836db9..ce434bddd71 100644
--- a/src/mame/drivers/ms32.cpp
+++ b/src/mame/drivers/ms32.cpp
@@ -1436,7 +1436,8 @@ MACHINE_CONFIG_START(ms32_state::ms32)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(ms32_state::f1superb, ms32)
+MACHINE_CONFIG_START(ms32_state::f1superb)
+ ms32(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(f1superb_map)