mm58167: initialize IRQ control register on reset. (nw)

This commit is contained in:
Sandro Ronco 2014-11-08 14:06:04 +01:00
parent 99e9729d57
commit b240da20d2

View File

@ -85,6 +85,7 @@ void mm58167_device::device_reset()
m_regs[R_CTL_STATUS] = 0; // not busy
m_regs[R_CTL_IRQSTATUS] = 0;
m_regs[R_CTL_IRQCONTROL] = 0;
m_milliseconds = 0;
m_comparator_state = false;
}