summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitotz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotz.cpp')
-rw-r--r--src/mame/drivers/taitotz.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/taitotz.cpp b/src/mame/drivers/taitotz.cpp
index 5494840fe17..f3eab35d8d1 100644
--- a/src/mame/drivers/taitotz.cpp
+++ b/src/mame/drivers/taitotz.cpp
@@ -2604,7 +2604,8 @@ MACHINE_CONFIG_START(taitotz_state::taitotz)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(taitotz_state::landhigh, taitotz)
+MACHINE_CONFIG_START(taitotz_state::landhigh)
+ taitotz(config);
MCFG_CPU_MODIFY("iocpu")
MCFG_CPU_PROGRAM_MAP(landhigh_tlcs900h_mem)
MACHINE_CONFIG_END