summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gumbo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gumbo.cpp')
-rw-r--r--src/mame/drivers/gumbo.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/gumbo.cpp b/src/mame/drivers/gumbo.cpp
index c2255f381b1..83db81692d0 100644
--- a/src/mame/drivers/gumbo.cpp
+++ b/src/mame/drivers/gumbo.cpp
@@ -259,13 +259,15 @@ MACHINE_CONFIG_START(gumbo_state::gumbo)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.47)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(gumbo_state::mspuzzle, gumbo)
+MACHINE_CONFIG_START(gumbo_state::mspuzzle)
+ gumbo(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(mspuzzle_map)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(gumbo_state::dblpoint, gumbo)
+MACHINE_CONFIG_START(gumbo_state::dblpoint)
+ gumbo(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(dblpoint_map)