mirror of
https://github.com/holub/mame
synced 2025-04-30 19:57:11 +03:00
m20: fix kbd tx (nw)
This commit is contained in:
parent
bbcb34f2fb
commit
573853e3b6
@ -759,6 +759,7 @@ void m20_state::machine_reset()
|
|||||||
|
|
||||||
memcpy(RAM, ROM, 8); // we need only the reset vector
|
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_maincpu->reset(); // reset the CPU to ensure it picks up the new vector
|
||||||
|
m_kbdi8251->write_cts(0);
|
||||||
if(m_apb)
|
if(m_apb)
|
||||||
m_apb->m_8086->set_input_line(INPUT_LINE_HALT, ASSERT_LINE);
|
m_apb->m_8086->set_input_line(INPUT_LINE_HALT, ASSERT_LINE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user