]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_mm.h
ok!
[16.git] / src / lib / 16_mm.h
index 1ef85c953182f2a16e0bb27e149c5e4a9418383c..0b2bc4519e349bca278181284894f95fa2b1f126 100644 (file)
@@ -118,6 +118,8 @@ typedef struct mmblockstruct
        //dword start,length;
        //word  start;
        //dword length;
+       word segm;                              //how many 64kb segment blocks it takes up if there is many data!
+       dword segmlen;          //length of the multi segment data
        unsigned        attributes;
        memptr          *useptr;        // pointer to the segment start
        struct mmblockstruct huge *next;