From: sparky4 Date: Sun, 19 Jul 2015 21:05:00 +0000 (-0500) Subject: ASS! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=aa6e5def05e93a35608667154c399da3b1d8529f;p=16.git ASS! modified: exmmtest.exe modified: src/lib/16_mm.c --- diff --git a/exmmtest.exe b/exmmtest.exe index 3aa742b3..6c22b425 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 4d126499..0eb0132f 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -1087,7 +1087,7 @@ void MM_ShowMemory(page_t *page, mminfo_t *mm) end = -1; -CA_OpenDebug (); +//CA_OpenDebug (); chx=0; chy=0; @@ -1132,16 +1132,16 @@ owner = (unsigned)scan->useptr; ultoa (owner,str,16); strcat (scratch,str); strcat (scratch,"\n"); -write (debughandle,scratch,strlen(scratch)); +//write(debughandle,scratch,strlen(scratch)); //modexprint(page, chx, chy, 1, 0, 24, &scratch); //chy+=4; -//fprintf(debughandle, "%s", scratch); +fprintf(stdout, "%s", scratch); //****#endif scan = scan->next; } -CA_CloseDebug (); +//CA_CloseDebug (); //++++mh IN_Ack(); //**** VW_SetLineWidth(64);