mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +03:00
Since there is no z80 driving the sound for this Yie Ar Kung Fu board (on Track and Field hardware), it makes sense the clock would come from elsewhere. MASTER_CLOCK, which when set up like the yiear parent at the same speed, gives correctly pitched audio. (nw)
This commit is contained in:
parent
4d3b8323e0
commit
68d6e910e8
@ -1004,7 +1004,7 @@ static MACHINE_CONFIG_START( yieartf, trackfld_state )
|
||||
MCFG_SOUND_ADD("dac", DAC, 0)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
|
||||
|
||||
MCFG_SOUND_ADD("snsnd", SN76496, SOUND_CLOCK/8)
|
||||
MCFG_SOUND_ADD("snsnd", SN76496, MASTER_CLOCK/6/2)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
|
||||
|
||||
MCFG_SOUND_ADD("vlm", VLM5030, VLM_CLOCK)
|
||||
|
Loading…
Reference in New Issue
Block a user