mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
DOS_ResizeMemory() compact free blocks but only those from the segment that is being resized on, as MS-DOS is documented to do
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Next version
|
||||
- INT 21h AH=4Ah resize memory: Compact free blocks only at or after the
|
||||
segment being resized, as MS-DOS is documented to do (joncampbell123).
|
||||
- INT 21h AH=4Ah resize memory: Fix bug where, if asked to resize a previously
|
||||
freed memory block and the block is not the last block in the MCB chain,
|
||||
and the next block in the MCB chain is also free, the MCB management code
|
||||
|
Reference in New Issue
Block a user