summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tmaster.cpp')
-rw-r--r--src/mame/drivers/tmaster.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/tmaster.cpp b/src/mame/drivers/tmaster.cpp
index 53a762f3817..079f129a6bd 100644
--- a/src/mame/drivers/tmaster.cpp
+++ b/src/mame/drivers/tmaster.cpp
@@ -398,7 +398,8 @@ MACHINE_CONFIG_START(tmaster_state::tm)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(tmaster_state::tmds1204, tm)
+MACHINE_CONFIG_START(tmaster_state::tmds1204)
+ tm(config);
MCFG_DS1204_ADD("ds1204")
MACHINE_CONFIG_END