mirror of
https://github.com/holub/mame
synced 2025-06-29 07:34:45 +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
|
else
|
||||||
{
|
{
|
||||||
m_data[REG_C] &= REG_C_IRQF;
|
m_data[REG_C] &= ~REG_C_IRQF;
|
||||||
m_write_irq(ASSERT_LINE);
|
m_write_irq(ASSERT_LINE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user