Merge pull request #2703 from jfdelnero/master

Fix main interrupt flag.
This commit is contained in:
ajrhacker 2017-10-06 19:34:22 -04:00 committed by GitHub
commit 83a7019e8a

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