mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
am9516: start dma cycle after chain on hardware request
This commit is contained in:
parent
48d9171850
commit
69047f58e2
@ -967,7 +967,7 @@ void am9516_device::channel::chain()
|
||||
|
||||
status &= ~(S_CA | S_NAC);
|
||||
|
||||
if (cmh & CMH_SR)
|
||||
if ((status & S_HRQ) || (cmh & CMH_SR))
|
||||
run->adjust(attotime::zero);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user