From: sparky4 Date: Tue, 4 Apr 2017 17:35:12 +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=3d7af30456302e0bf6accc07431e8210b3af052e 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] --- diff --git a/bcexmm.dsk b/bcexmm.dsk index e6b4ad63..f2b72a61 100755 Binary files a/bcexmm.dsk and b/bcexmm.dsk differ diff --git a/bcexmm.exe b/bcexmm.exe index 947c9441..51c81122 100755 Binary files a/bcexmm.exe and b/bcexmm.exe differ diff --git a/bcexmm.prj b/bcexmm.prj index 8e3d98de..88ad9d96 100755 Binary files a/bcexmm.prj and b/bcexmm.prj differ diff --git a/src/exmmtest.c b/src/exmmtest.c index 56a674f1..b97f7693 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -238,7 +238,6 @@ PRINTBB; KEYP #endif #endif //filereadload - #ifdef __WATCOMC__ #ifndef NOVID VGAmodeX(1, 0, &gvar); @@ -277,7 +276,7 @@ PRINTBB; KEYP VGAmodeX(0, 0, &gvar); #endif #endif - + MM_ShowMemory(&gvar); DebugMemory_(&gvar, 1); MM_DumpData(&gvar); MM_Report_(&gvar);