From 34c9a28c3ee373d66e357cd64c43bb50bf0b8858 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 26 Oct 2002 15:43:26 +0000 Subject: [PATCH] Idle a bit while checking for a keystroke. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@451 --- src/ints/bios_keyboard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ints/bios_keyboard.cpp b/src/ints/bios_keyboard.cpp index 3fcc4475..1d17a9e7 100644 --- a/src/ints/bios_keyboard.cpp +++ b/src/ints/bios_keyboard.cpp @@ -302,6 +302,7 @@ static Bitu INT16_Handler(void) { case 0x11: temp=check_key(); if (temp==0) { + flags.intf=true;CALLBACK_Idle(); CALLBACK_SZF(true); } else { CALLBACK_SZF(false);