summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_z.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_z.cpp')
-rw-r--r--src/mame/drivers/taito_z.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_z.cpp b/src/mame/drivers/taito_z.cpp
index 99bf567b3f0..732392dc7fb 100644
--- a/src/mame/drivers/taito_z.cpp
+++ b/src/mame/drivers/taito_z.cpp
@@ -3253,7 +3253,8 @@ MACHINE_CONFIG_START(taitoz_state::bshark)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(taitoz_state::bsharkjjs, bshark)
+MACHINE_CONFIG_START(taitoz_state::bsharkjjs)
+ bshark(config);
/* basic machine hardware */