Volume adjustment to yunsun16.c - YM was much lower in volume compared to samples and other sounds. (no whatsnew)

This commit is contained in:
Scott Stone 2010-08-16 19:47:33 +00:00
parent 2c16861c42
commit 155802611f

View File

@ -624,8 +624,8 @@ static MACHINE_DRIVER_START( magicbub )
MDRV_SOUND_ADD("ymsnd", YM3812, 4000000)
MDRV_SOUND_CONFIG(magicbub_ym3812_intf)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.20)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.20)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.80)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.80)
MDRV_OKIM6295_ADD("oki", 1056000, OKIM6295_PIN7_HIGH)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.80)