]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_mm.h
about to shit jis~
[16.git] / src / lib / 16_mm.h
index d1ccd0da33bf34619ee8ec45fd4b73555fabf646..984f932c00adc443128e5d90d383296b316a8f8a 100644 (file)
@@ -116,6 +116,9 @@ typedef struct mmblockstruct
 {
        word    start,length;
        //dword start,length;
+       //word  start;
+       //dword length;
+       //byte segm;                            //how many 64kb segment blocks it takes up if there is many data!
        unsigned        attributes;
        memptr          *useptr;        // pointer to the segment start
        struct mmblockstruct huge *next;
@@ -161,7 +164,7 @@ unsigned MM_MapEMS(mminfo_t *mm);
 boolean MML_CheckForXMS(mminfo_t *mm);
 void MML_SetupXMS(mminfo_t *mm, mminfotype *mmi);
 void MML_ShutdownXMS(mminfo_t *mm);
-void MML_UseSpace(/*d*/word segstart, /*d*/word seglength, mminfo_t *mm);
+void MML_UseSpace(/*d*/word segstart, dword seglength, mminfo_t *mm);
 void MML_ClearBlock(mminfo_t *mm);
 
 void MM_Startup(mminfo_t *mm, mminfotype *mmi);