Previous 199869 Revisions Next

r29500 Wednesday 9th April, 2014 at 17:15:20 UTC by Carl
hd63450: mask error irq (nw)
[src/emu/machine]hd63450.c

trunk/src/emu/machine/hd63450.c
r29499r29500
308308   m_reg[channel].csr &= ~0x08;  // channel no longer active
309309   m_reg[channel].cer = 0x11;
310310   m_reg[channel].ccr &= ~0xc0;
311   m_dma_error((offs_t)3, 1);
311   m_dma_error((offs_t)3, m_reg[channel].ccr & 0x08);
312312}
313313
314314void hd63450_device::dma_transfer_halt(int channel)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team