summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-06-26 15:14:09 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-06-26 15:14:09 +0000
commit6f30cdf1b22cf561da39081e26999197682dbf4d (patch)
treeb6a3cd2a84ae474ee1fd3613ee7afcb9e78fb42a
parente5acd1aa3f36251770884c080f601024c1de6937 (diff)
From: Corrado Tomaselli [mailto:corrado.to@tiscali.it]
Subject: flstory.c ym2149 sound balance Raised the volumes of the ym2149 channels to better match the pcb behaviour
-rw-r--r--src/mame/drivers/flstory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/flstory.c b/src/mame/drivers/flstory.c
index 6aed5957132..443f8564d50 100644
--- a/src/mame/drivers/flstory.c
+++ b/src/mame/drivers/flstory.c
@@ -804,7 +804,7 @@ static MACHINE_DRIVER_START( victnine )
MDRV_SOUND_ADD(AY8910, 8000000/4)
MDRV_SOUND_CONFIG(ay8910_interface)
- MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.10)
+ MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MDRV_SOUND_ADD(MSM5232, 2000000)
MDRV_SOUND_CONFIG(msm5232_interface)