mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
astrob: apply same fix as spacfury
This commit is contained in:
parent
9e8d58a334
commit
8ce9eb5a2a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user