mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
tandy2k: fix keyboard (nw)
This commit is contained in:
parent
28d21b889d
commit
c9afcdbda5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user