summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-01-23 17:17:24 +0100
committer hap <happppp@users.noreply.github.com>2021-01-23 17:17:35 +0100
commitfbf12c2656f1d37ecc72bb7769c71e12e803459a (patch)
treee2229c0fbdbf3e39e91566d9b863b2ae1d6eee86
parentc2e57a409c2fa2377c498cde6647be5775bba5c4 (diff)
raiden: lower the OKI volume
-rw-r--r--src/mame/drivers/raiden.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden.cpp b/src/mame/drivers/raiden.cpp
index 38a003672aa..268cef8c81b 100644
--- a/src/mame/drivers/raiden.cpp
+++ b/src/mame/drivers/raiden.cpp
@@ -373,7 +373,7 @@ void raiden_state::raiden(machine_config &config)
ymsnd.add_route(ALL_OUTPUTS, "mono", 1.0);
okim6295_device &oki(OKIM6295(config, "oki", XTAL(12'000'000)/12, okim6295_device::PIN7_HIGH)); // frequency and pin 7 verified
- oki.add_route(ALL_OUTPUTS, "mono", 1.0);
+ oki.add_route(ALL_OUTPUTS, "mono", 0.65);
SEIBU_SOUND(config, m_seibu_sound, 0);
m_seibu_sound->int_callback().set_inputline("audiocpu", 0);