i186: revert dma change, breaks tandy2k and pcd (nw)

This commit is contained in:
cracyc 2018-11-24 16:37:36 -06:00
parent d85fe0af9c
commit 5babaee623

View File

@ -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: