summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toypop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toypop.cpp')
-rw-r--r--src/mame/drivers/toypop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/toypop.cpp b/src/mame/drivers/toypop.cpp
index d5f51d0da8c..356ea6d2ccc 100644
--- a/src/mame/drivers/toypop.cpp
+++ b/src/mame/drivers/toypop.cpp
@@ -708,7 +708,8 @@ MACHINE_CONFIG_START(namcos16_state::liblrabl)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(namcos16_state::toypop, liblrabl)
+MACHINE_CONFIG_START(namcos16_state::toypop)
+ liblrabl(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(master_toypop_map)
MACHINE_CONFIG_END