astrob: apply same fix as spacfury

This commit is contained in:
hap 2025-04-29 01:11:49 +02:00
parent 9e8d58a334
commit 8ce9eb5a2a

View File

@ -862,7 +862,7 @@ void segag80r_state::astrob(machine_config &config)
SPEAKER(config, "speaker").front_center();
/* sound boards */
ASTRO_BLASTER_AUDIO(config, m_g80_audio, 0).add_route(ALL_OUTPUTS, "speech", 1.0);
ASTRO_BLASTER_AUDIO(config, m_g80_audio, 0).add_route(ALL_OUTPUTS, "speech", 1.0, 1);
SEGA_SPEECH_BOARD(config, "speech", 0).add_route(ALL_OUTPUTS, "speaker", 0.5);
}