m20: fix kbd tx (nw)

This commit is contained in:
cracyc 2017-03-04 09:26:09 -06:00
parent bbcb34f2fb
commit 573853e3b6

View File

@ -759,6 +759,7 @@ void m20_state::machine_reset()
memcpy(RAM, ROM, 8); // we need only the reset vector
m_maincpu->reset(); // reset the CPU to ensure it picks up the new vector
m_kbdi8251->write_cts(0);
if(m_apb)
m_apb->m_8086->set_input_line(INPUT_LINE_HALT, ASSERT_LINE);
}