i8085: Make sure SOD outputs 0 upon the first reset

This commit is contained in:
AJR 2020-11-24 20:16:23 -05:00
parent 563b656605
commit e5c64eee84

View File

@ -308,7 +308,7 @@ void i8085a_cpu_device::device_start()
m_irq_state[3] = m_irq_state[2] = m_irq_state[1] = m_irq_state[0] = 0;
m_trap_pending = 0;
m_trap_im_copy = 0;
m_sod_state = 0;
m_sod_state = true; // SOD will go low at reset
m_in_acknowledge = false;
m_ietemp = false;