mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
whoops, that's important (nw)
This commit is contained in:
parent
dc27585476
commit
29f426da37
@ -584,6 +584,7 @@ void m68705_device::interrupt()
|
||||
if (BIT(m_pending_interrupts, M68705_IRQ_LINE))
|
||||
{
|
||||
LOGINT("servicing /INT interrupt\n");
|
||||
m_irq_latch = 0;
|
||||
m_pending_interrupts &= ~(1 << M68705_IRQ_LINE);
|
||||
rm16(M68705_VECTOR_INT, m_pc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user