Let's not copy extended memory when we finish waiting.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3731
This commit is contained in:
parent
21292f48b5
commit
95de46cc95
1 changed files with 1 additions and 0 deletions
|
@ -827,6 +827,7 @@ static Bitu INT15_Handler(void) {
|
|||
CALLBACK_Idle();
|
||||
}
|
||||
CALLBACK_SCF(false);
|
||||
break;
|
||||
}
|
||||
case 0x87: /* Copy extended memory */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue