diff options
Diffstat (limited to 'src/mame/drivers/taitojc.cpp')
-rw-r--r-- | src/mame/drivers/taitojc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taitojc.cpp b/src/mame/drivers/taitojc.cpp index 5197bc9ef31..bc20523d409 100644 --- a/src/mame/drivers/taitojc.cpp +++ b/src/mame/drivers/taitojc.cpp @@ -1133,9 +1133,9 @@ MACHINE_CONFIG_START(taitojc_state::dendego) MCFG_SCREEN_UPDATE_DRIVER(taitojc_state, screen_update_dendego) /* sound hardware */ - SPEAKER(config, "subwoofer", 0.0, 0.0, 1.0); + SPEAKER(config, "vibration").subwoofer(); MCFG_DEVICE_ADD("oki", OKIM6295, 1056000, okim6295_device::PIN7_HIGH) // clock frequency & pin 7 not verified - MCFG_SOUND_ROUTE(ALL_OUTPUTS, "subwoofer", 0.20) + MCFG_SOUND_ROUTE(ALL_OUTPUTS, "vibration", 0.20) MACHINE_CONFIG_END |