X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=32aaed26247dff50ca141cc0ad730a5930ceb65f;hb=6ee6c3222876abeb0f2996104199dbb82416ae6c;hp=b34d133d86cf884c991be036cb1a8ea6204e4327;hpb=e271343a59cfb8fd3afd1f011a3f9ff860057aba;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index b34d133d..32aaed26 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -120,7 +120,7 @@ typedef struct } pan_t; //video -#define NUMCHUNKS 3016 //keen +#define NUMCHUNKS 416 //keen typedef struct { @@ -236,7 +236,7 @@ typedef struct // Main Mem specific variables typedef struct { -// boolean MainPresent; + boolean MainPresent; memptr MainMemPages[PMMaxMainMem]; PMBlockAttr MainMemUsed[PMMaxMainMem]; int MainPagesAvail; @@ -245,7 +245,7 @@ typedef struct // EMS specific variables typedef struct { -// boolean EMSPresent; + boolean EMSPresent; unsigned int EMSVer; word EMSAvail,EMSPagesAvail,EMSHandle, EMSPageFrame,EMSPhysicalPage; @@ -256,9 +256,9 @@ typedef struct // XMS specific variables typedef struct { -// boolean XMSPresent; - word XMSAvail,XMSPagesAvail,XMSHandle; - dword XMSDriver; //TODO: changed to word + boolean XMSPresent; + word XMSAvail,XMSPagesAvail,XMSHandle;//,XMSVer; + dword XMSDriver; int XMSProtectPage;// = -1; } pm_xmmi_t; @@ -321,9 +321,9 @@ typedef struct byte ca_levelbit,ca_levelnum; ca_handle_t file; //files to open ca_mapinfo_t camap; - //_seg *grsegs[NUMCHUNKS]; - //byte far grneeded[NUMCHUNKS]; - //huffnode huffnode; + __SEGA *grsegs[NUMCHUNKS]; + byte far grneeded[NUMCHUNKS]; + huffnode huffnode; } ca_t; //==========================================================================