1
0
Fork 0

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:
Peter Veenstra 2011-07-20 20:50:32 +00:00
parent 21292f48b5
commit 95de46cc95

View file

@ -827,6 +827,7 @@ static Bitu INT15_Handler(void) {
CALLBACK_Idle();
}
CALLBACK_SCF(false);
break;
}
case 0x87: /* Copy extended memory */
{