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
This commit is contained in:
Aaron Giles 2008-06-26 15:14:09 +00:00
parent e5acd1aa3f
commit 6f30cdf1b2

View File

@ -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)