summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-01-23 17:22:01 +0100
committer hap <happppp@users.noreply.github.com>2021-01-23 17:22:01 +0100
commitb970b9b74562ce8d961d85d8ee5358ba7d0d5150 (patch)
treeca20d850662b7cdc40d7cd7fb9c24c428fe96d68
parentfbf12c2656f1d37ecc72bb7769c71e12e803459a (diff)
raiden: tweak OKI volume a bit more
-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 268cef8c81b..585adbf3d67 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", 0.65);
+ oki.add_route(ALL_OUTPUTS, "mono", 0.75);
SEIBU_SOUND(config, m_seibu_sound, 0);
m_seibu_sound->int_callback().set_inputline("audiocpu", 0);