]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_mm.h
modified: 16_MM.BCO
[16.git] / src / lib / 16_mm.h
index e67d2fcff1c2addfdadb33f3bf9af280d1242180..1d82e82603204d069151d6d3e5584cdbd46a99a9 100644 (file)
@@ -132,6 +132,7 @@ typedef struct mmblockstruct
 {
        //word  start,length;
        word    start;  dword length;
+       word    blob;   //fore data larger than 64k
        unsigned        attributes;
        memptr          *useptr;        // pointer to the segment start
        struct mmblockstruct huge *next;
@@ -185,7 +186,7 @@ byte MM_MapXEMS(mminfo_t *mm, mminfotype *mmi);
 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, dword seglength, mminfo_t *mm);
+void MML_UseSpace(word segstart, dword seglength, mminfo_t *mm);
 void MML_ClearBlock(mminfo_t *mm);
 
 void MM_Startup(mminfo_t *mm, mminfotype *mmi);