mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
i8085: Make sure SOD outputs 0 upon the first reset
This commit is contained in:
parent
563b656605
commit
e5c64eee84
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user