mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
Volume adjustment to yunsun16.c - YM was much lower in volume compared to samples and other sounds. (no whatsnew)
This commit is contained in:
parent
2c16861c42
commit
155802611f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user