Idle a bit while checking for a keystroke.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@451
This commit is contained in:
parent
75a3747a3c
commit
34c9a28c3e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue