mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
Fix main interrupt flag.
This commit is contained in:
parent
6c7d397655
commit
ae4fc1fcbf
@ -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