diff options
| author | 2021-08-29 15:09:14 -0400 | |
|---|---|---|
| committer | 2021-08-29 15:09:14 -0400 | |
| commit | 3cbc5b5e6a904a6b81a33bf2f32afdf229bd46ed (patch) | |
| tree | 5974fdb3f662a7845c908583f66c62308e1d32bf | |
| parent | d24037c0acf8feaa2c88827583fbf2a6fef52e04 (diff) | |
ghox: Reduce volume to avoid overdriving speaker
| -rw-r--r-- | src/mame/drivers/toaplan2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toaplan2.cpp b/src/mame/drivers/toaplan2.cpp index db182220e7e..20c6f6057c8 100644 --- a/src/mame/drivers/toaplan2.cpp +++ b/src/mame/drivers/toaplan2.cpp @@ -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; |
