whoops, that's important (nw)

This commit is contained in:
Vas Crabb 2017-02-04 22:36:57 +11:00
parent dc27585476
commit 29f426da37

View File

@ -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);
}