mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +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();
|
SPEAKER(config, "speaker").front_center();
|
||||||
|
|
||||||
/* sound boards */
|
/* 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);
|
SEGA_SPEECH_BOARD(config, "speech", 0).add_route(ALL_OUTPUTS, "speaker", 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user