From: sparky4 Date: Mon, 26 Sep 2016 19:21:31 +0000 (-0500) Subject: vswap euivalent? X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=a85b9bbe1d5e346f24b40fa12c68b9487d6b4a71;p=16.git vswap euivalent? --- diff --git a/src/lib/16_pm.c b/src/lib/16_pm.c index 6c77f685..22cd7ea5 100755 --- a/src/lib/16_pm.c +++ b/src/lib/16_pm.c @@ -1348,10 +1348,7 @@ PM_Startup(global_game_variables_t *gvar) int i; if (PMStarted) - { - printf("pee\n"); return; - } strcpy(&(gvar->pm.fi.PageFileName), "VSWAP."); diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index b34d133d..6aeed524 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -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,7 +256,7 @@ typedef struct // XMS specific variables typedef struct { -// boolean XMSPresent; + boolean XMSPresent; word XMSAvail,XMSPagesAvail,XMSHandle; dword XMSDriver; //TODO: changed to word int XMSProtectPage;// = -1;