mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
Revert previous z80dma fix (made it specific to the MESS driver), not worth
This commit is contained in:
parent
1ca12dce6f
commit
bcf5b7a661
@ -857,7 +857,7 @@ void z80dma_device::rdy_write_callback(int state)
|
|||||||
void z80dma_device::rdy_w(int state)
|
void z80dma_device::rdy_w(int state)
|
||||||
{
|
{
|
||||||
if (LOG) logerror("RDY: %d Active High: %d\n", state, READY_ACTIVE_HIGH);
|
if (LOG) logerror("RDY: %d Active High: %d\n", state, READY_ACTIVE_HIGH);
|
||||||
timer_call_after_resynch(&m_machine, (void *)this, state == READY_ACTIVE_HIGH, static_rdy_write_callback);
|
timer_call_after_resynch(&m_machine, (void *)this, state, static_rdy_write_callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user