mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
ghox: Reduce volume to avoid overdriving speaker
This commit is contained in:
parent
d24037c0ac
commit
3cbc5b5e6a
@ -3373,7 +3373,7 @@ void toaplan2_state::ghox(machine_config &config)
|
||||
/* sound hardware */
|
||||
SPEAKER(config, "mono").front_center();
|
||||
|
||||
YM2151(config, "ymsnd", 27_MHz_XTAL/8).add_route(ALL_OUTPUTS, "mono", 1.0); // verified on pcb
|
||||
YM2151(config, "ymsnd", 27_MHz_XTAL/8).add_route(ALL_OUTPUTS, "mono", 0.5); // verified on pcb
|
||||
}
|
||||
|
||||
/* probably dogyuun, vfive and kbash use the same decryption table;
|
||||
|
Loading…
Reference in New Issue
Block a user