summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mrdo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mrdo.cpp')
-rw-r--r--src/mame/drivers/mrdo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mrdo.cpp b/src/mame/drivers/mrdo.cpp
index 76c7cf2c02d..b0e6126eb4f 100644
--- a/src/mame/drivers/mrdo.cpp
+++ b/src/mame/drivers/mrdo.cpp
@@ -198,7 +198,8 @@ MACHINE_CONFIG_START(mrdo_state::mrdo)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(mrdo_state::mrlo, mrdo)
+MACHINE_CONFIG_START(mrdo_state::mrlo)
+ mrdo(config);
//MCFG_DEVICE_REMOVE("pal16r6")
MACHINE_CONFIG_END