From: sparky4 Date: Thu, 29 Sep 2016 20:25:31 +0000 (-0500) Subject: xms Works but it is quick and dirty and reliese on older C code with _REG defs and... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=ff67fe588fddfa1c10cab13a5ca8dfaa4589bec7;p=16.git xms Works but it is quick and dirty and reliese on older C code with _REG defs and the Assembly translation is not smooth --- diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 075f54b0..7402bf2a 100755 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -1627,7 +1627,7 @@ void MM_Report_(global_game_variables_t *gvar) printf(" %cXMS %u\n", 0xC9, gvar->pm.xmm.XMSPresent); //++++ printf(" XMS v%x.%x available\n", gvar->pm.xmm.XMSVer>>4,gvar->pm.xmm.XMSVer&0x0F); printf(" %c%cXMSDriver: %Fp\n", 0xC7, 0xC4, XMSDriver); - printf(" %c%cXMSHandle: %04x\n", 0xD3, 0xC4, gvar->pm.xmm.XMSHandle); + printf(" %c%cXMSHandle: %04x\n", 0xC7, 0xC4, gvar->pm.xmm.XMSHandle); printf(" %c%cXMSmem: %lu\n", 0xD3, 0xC4, gvar->mmi.XMSmem); } printf(" %cConv. %u\n", 0xC9, gvar->pm.mm.MainPresent); DebugMemory_(gvar, 0);