mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
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:
parent
e5acd1aa3f
commit
6f30cdf1b2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user