From: sparky4 Date: Tue, 7 Jul 2015 04:38:18 +0000 (-0500) Subject: eh i think i got it to work but the segment do not store the thing! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fd6c2a6d9b5827adba71595f94c290911c304c0d;p=16.git eh i think i got it to work but the segment do not store the thing! modified: exmmtest.exe modified: src/lib/16_mm.c --- diff --git a/exmmtest.exe b/exmmtest.exe index 9faf6457..4bd6a747 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 0246d4e1..ae8205f3 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -443,6 +443,7 @@ void MML_UseSpace(/*d*/word segstart, dword seglength, mminfo_t *mm) if(seglength>0xffffu) { segm=seglength/0x4000u; +// segm=seglength/0xffffu; } else segm=1;