Don't wait for a keypress in INT 16 function 01, just return the current

state. This fixes Easytrax.
This commit is contained in:
Thomas Gellekum 2001-08-01 11:47:06 +00:00
parent 02b31a0ee9
commit 399a82cd5d

View File

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