mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +03:00
hd63450: mask error irq (nw)
This commit is contained in:
parent
201d15ffb2
commit
c19f8b7efa
@ -308,7 +308,7 @@ void hd63450_device::dma_transfer_abort(int channel)
|
||||
m_reg[channel].csr &= ~0x08; // channel no longer active
|
||||
m_reg[channel].cer = 0x11;
|
||||
m_reg[channel].ccr &= ~0xc0;
|
||||
m_dma_error((offs_t)3, 1);
|
||||
m_dma_error((offs_t)3, m_reg[channel].ccr & 0x08);
|
||||
}
|
||||
|
||||
void hd63450_device::dma_transfer_halt(int channel)
|
||||
|
Loading…
Reference in New Issue
Block a user