mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
mm58167: initialize IRQ control register on reset. (nw)
This commit is contained in:
parent
99e9729d57
commit
b240da20d2
@ -85,6 +85,7 @@ void mm58167_device::device_reset()
|
|||||||
|
|
||||||
m_regs[R_CTL_STATUS] = 0; // not busy
|
m_regs[R_CTL_STATUS] = 0; // not busy
|
||||||
m_regs[R_CTL_IRQSTATUS] = 0;
|
m_regs[R_CTL_IRQSTATUS] = 0;
|
||||||
|
m_regs[R_CTL_IRQCONTROL] = 0;
|
||||||
m_milliseconds = 0;
|
m_milliseconds = 0;
|
||||||
m_comparator_state = false;
|
m_comparator_state = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user