tandy2k: fix keyboard (nw)

This commit is contained in:
cracyc 2019-01-29 09:15:28 -06:00
parent 28d21b889d
commit c9afcdbda5

View File

@ -213,7 +213,7 @@ READ8_MEMBER( tandy2k_state::kbint_clr_r )
m_kb->busy_w(1);
m_pic1->ir0_w(CLEAR_LINE);
m_pc_keyboard->read(space, 0);
return m_pc_keyboard->read(space, 0);
}
return 0xff;