From: sparky4 Date: Fri, 23 Jun 2017 23:10:08 +0000 (-0500) Subject: showmemorydetail is working i added a little hax wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=9b8c16293d423306cbaeedeb2e433192a6a2f566;p=16.git showmemorydetail is working i added a little hax wwww --- diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 40ef95a0..544d280a 100755 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -1631,7 +1631,8 @@ void MM_ShowMemoryDetail (unsigned x, unsigned y, unsigned w, unsigned q, sdword printf("%s", AARESET); printf("\n"); } -//0000 fprintf(stdout, "q=%u maxq=%u\n", q, maxq); +//0000printf("%s", AABLACK); fprintf(stdout, "q=%u maxq=%u\n", q, maxq); printf("%s", AARESET); +fprintf(stdout, ""); //this is a HAX to make it decrement and increment properly when it is at 0 and qmax while (!(scancode = gvar->in.inst->LastScan)){} IN_ClearKey(scancode);