Fix main interrupt flag.

This commit is contained in:
Jean-François DEL NERO 2017-10-07 00:41:32 +02:00
parent 6c7d397655
commit ae4fc1fcbf

View File

@ -489,7 +489,7 @@ void mc146818_device::update_irq()
}
else
{
m_data[REG_C] &= REG_C_IRQF;
m_data[REG_C] &= ~REG_C_IRQF;
m_write_irq(ASSERT_LINE);
}
}