mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
8042kbdc.cpp: return 0 when reading data port with no data (makes nforcepc bios usable)
This commit is contained in:
parent
0022ff2de9
commit
96effb503e
@ -221,6 +221,7 @@ void kbdc8042_device::at_8042_clear_keyboard_received()
|
||||
m_input_buffer_full_mouse_cb(0);
|
||||
m_keyboard.received = 0;
|
||||
m_mouse.received = 0;
|
||||
m_data = 0;
|
||||
}
|
||||
|
||||
TIMER_CALLBACK_MEMBER(kbdc8042_device::update_timer)
|
||||
|
Loading…
Reference in New Issue
Block a user