mirror of
https://github.com/holub/mame
synced 2025-06-28 07:04:35 +03:00
Merge pull request #2703 from jfdelnero/master
Fix main interrupt flag.
This commit is contained in:
commit
83a7019e8a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user