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
@ -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