X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_mm.h;h=1d82e82603204d069151d6d3e5584cdbd46a99a9;hb=729ec301fbc67f06250456eecf5e2be7e66f3d02;hp=e67d2fcff1c2addfdadb33f3bf9af280d1242180;hpb=e5cb235d748a442c66e6b1c556072b70dfc05c91;p=16.git diff --git a/src/lib/16_mm.h b/src/lib/16_mm.h index e67d2fcf..1d82e826 100644 --- a/src/lib/16_mm.h +++ b/src/lib/16_mm.h @@ -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);