mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Don't wait for a keypress in INT 16 function 01, just return the current
state. This fixes Easytrax.
This commit is contained in:
parent
02b31a0ee9
commit
399a82cd5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80893
@ -93,9 +93,6 @@ int16(regcontext_t *REGS)
|
||||
|
||||
case 0x01: /* Get keystroke */
|
||||
case 0x11: /* Get enhanced keystroke */
|
||||
if (!raw_kbd)
|
||||
sleep_poll();
|
||||
|
||||
if (KbdEmpty()) {
|
||||
R_FLAGS |= PSL_Z;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user