summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmmjprd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tmmjprd.cpp')
-rw-r--r--src/mame/drivers/tmmjprd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/tmmjprd.cpp b/src/mame/drivers/tmmjprd.cpp
index d22179f0d7e..46fa504795a 100644
--- a/src/mame/drivers/tmmjprd.cpp
+++ b/src/mame/drivers/tmmjprd.cpp
@@ -816,7 +816,8 @@ MACHINE_CONFIG_START(tmmjprd_state::tmmjprd)
MCFG_SOUND_ROUTE(1, "lspeaker", 1.00)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(tmmjprd_state::tmpdoki, tmmjprd)
+MACHINE_CONFIG_START(tmmjprd_state::tmpdoki)
+ tmmjprd(config);
MCFG_DEFAULT_LAYOUT(layout_horizont)
MACHINE_CONFIG_END