X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_mm.h;h=984f932c00adc443128e5d90d383296b316a8f8a;hb=67103bcf34caaa89876b908820771584b3f4d05c;hp=8f064ce09d6e5363691704c288c8c8705026b2ce;hpb=2a0691e2dc6dc764a795215d163e5b51640440a2;p=16.git diff --git a/src/lib/16_mm.h b/src/lib/16_mm.h index 8f064ce0..984f932c 100644 --- a/src/lib/16_mm.h +++ b/src/lib/16_mm.h @@ -114,11 +114,11 @@ extern void (* XMSaddr) (void); // far pointer to XMS driver typedef struct mmblockstruct { - word start,length,segm; + word start,length; //dword start,length; //word start; //dword length; - ///word segm; //how many 64kb segment blocks it takes up if there is many data! + //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;