mirror of
https://github.com/holub/mame
synced 2025-05-14 09:58:14 +03:00
and fix sfx samples
This commit is contained in:
parent
90afb946cb
commit
f8c72fd044
@ -818,7 +818,7 @@ static WRITE8_DEVICE_HANDLER( sfx_sample_control_w )
|
||||
/* the inverse of bit 0 clocks the flip flop to signal an INT */
|
||||
/* it is automatically cleared on the acknowledge */
|
||||
if ((old & 0x01) && !(data & 0x01))
|
||||
cputag_set_input_line(device->machine, "audiocpu", 0, HOLD_LINE);
|
||||
cputag_set_input_line(device->machine, "audio2", 0, HOLD_LINE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user