mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
call update_irq() after updating B & C register in device_reset (nw)
This commit is contained in:
parent
98d013264f
commit
77fe42edeb
@ -73,6 +73,8 @@ void mc146818_device::device_reset()
|
||||
{
|
||||
m_data[REG_B] &= ~(REG_B_UIE | REG_B_AIE | REG_B_PIE | REG_B_SQWE);
|
||||
m_data[REG_C] = 0;
|
||||
|
||||
update_irq();
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user