summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitojc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitojc.cpp')
-rw-r--r--src/mame/drivers/taitojc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/taitojc.cpp b/src/mame/drivers/taitojc.cpp
index 4161d3d46f7..c6659cd4e3c 100644
--- a/src/mame/drivers/taitojc.cpp
+++ b/src/mame/drivers/taitojc.cpp
@@ -1112,7 +1112,8 @@ MACHINE_CONFIG_START(taitojc_state::taitojc)
MCFG_DEVICE_ADD("taito_en", TAITO_EN, 0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(taitojc_state::dendego, taitojc)
+MACHINE_CONFIG_START(taitojc_state::dendego)
+ taitojc(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")