mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
i186: revert dma change, breaks tandy2k and pcd (nw)
This commit is contained in:
parent
d85fe0af9c
commit
5babaee623
@ -1777,10 +1777,6 @@ WRITE16_MEMBER(i80186_cpu_device::internal_port_w)
|
||||
while(m_dma[which].control & ST_STOP)
|
||||
drq_callback(which);
|
||||
}
|
||||
if((m_dma[which].control & ST_STOP) == ST_STOP && (m_dma[which].control & SYNC_MASK) != 0)
|
||||
{
|
||||
if (m_dma[which].drq_state) drq_callback(which);
|
||||
}
|
||||
break;
|
||||
|
||||
case 0x7f:
|
||||
|
Loading…
Reference in New Issue
Block a user