summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/missb2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/missb2.cpp')
-rw-r--r--src/mame/drivers/missb2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/missb2.cpp b/src/mame/drivers/missb2.cpp
index e9bb7051f5d..e48415eb0f1 100644
--- a/src/mame/drivers/missb2.cpp
+++ b/src/mame/drivers/missb2.cpp
@@ -517,7 +517,8 @@ MACHINE_CONFIG_START(missb2_state::missb2)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.4)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(missb2_state::bublpong, missb2)
+MACHINE_CONFIG_START(missb2_state::bublpong)
+ missb2(config);
MCFG_GFXDECODE_MODIFY("gfxdecode", bublpong)
MACHINE_CONFIG_END