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