don't compress memory on free. (beta 2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3258
This commit is contained in:
parent
9690d8d53f
commit
6b65170fbd
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ bool DOS_FreeMemory(Bit16u segment) {
|
|||
return false;
|
||||
}
|
||||
mcb.SetPSPSeg(MCB_FREE);
|
||||
DOS_CompressMemory();
|
||||
// DOS_CompressMemory();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue