From: sparky4 Date: Wed, 5 Apr 2017 04:10:27 +0000 (-0500) Subject: p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=f1ef929f51e117185e658a211b32c2d007b5e616 p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I should remember what needs to be done soon][OpenVGMFile needs to be ported to 16_snd.c]going to port rest of code to borland c some time so we can use the core components of id engine here [going to add 16_us.c eventually but the debug system and CA_ PM_ and MM_ usage is priority now]older zcroll renamed to xcroll][zcroll is now the pre menu game loop system with PROPER data usage with CAMMPM] MM_ShowMemory is uggy on real machines. i need to debug it and fix --- diff --git a/bcexmm.exe b/bcexmm.exe index 51c81122..791949f7 100755 Binary files a/bcexmm.exe and b/bcexmm.exe differ diff --git a/bcexmm.prj b/bcexmm.prj index 88ad9d96..388aa864 100755 Binary files a/bcexmm.prj and b/bcexmm.prj differ diff --git a/src/exmmtest.c b/src/exmmtest.c index b97f7693..5ca5c29a 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -253,9 +253,9 @@ PRINTBB; KEYP IN_ClearKey(scan); switch (scan) { - case sc_Space: - MM_ShowMemory(&gvar); - break; +// case sc_Space: +// MM_ShowMemory(&gvar); +// break; //#ifdef __WATCOMC__ case sc_O: modexPalUpdate0(&gvar.video.palette); modexpdump(&gvar.video.page); @@ -276,7 +276,7 @@ PRINTBB; KEYP VGAmodeX(0, 0, &gvar); #endif #endif - MM_ShowMemory(&gvar); +// MM_ShowMemory(&gvar); DebugMemory_(&gvar, 1); MM_DumpData(&gvar); MM_Report_(&gvar);