From: sparky4 Date: Sun, 19 Jul 2015 22:27:21 +0000 (-0500) Subject: ass X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=bef36972058a896fda269278633e47cb509eec46;p=16.git ass modified: exmmtest.exe modified: src/exmmtest.c modified: src/lib/16_mm.c --- diff --git a/exmmtest.exe b/exmmtest.exe index bc726ac3..5b382e72 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/exmmtest.c b/src/exmmtest.c index b1663ffe..60509f35 100644 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -65,6 +65,7 @@ main(int argc, char *argv[]) printf("red = locked\n"); getch(); modexEnter(); + modexShowPage(&screen); MM_ShowMemory(&screen, &mm); MM_DumpData(&mm); getch(); diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 070db38d..895bc6cf 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -1111,11 +1111,8 @@ CA_OpenDebug (); end = scan->start+scan->length-1; modexhlin(page, scan->start, (unsigned)end, chy, color); //++++ VW_Hlin(scan->start,(unsigned)end,0,color); -//void VW_Plot(unsigned x, unsigned y, unsigned color); -//void VW_Hlin(unsigned xl, unsigned xh, unsigned y, unsigned color); //++++ VW_Plot(scan->start,0,15); - //modexputPixel(page, scan->start, chy, 15); modexClearRegion(page, scan->start, chy, 4, 4, 15); if(scan->next->start > end+1) //++++ VW_Hlin(end+1,scan->next->start,0,0); // black = free @@ -1136,7 +1133,7 @@ strcat (scratch,str); strcat (scratch,"\n"); write(debughandle,scratch,strlen(scratch)); //modexprint(page, chx, chy, 1, 0, 24, &scratch); -//chy+=4; +chy+=4; //fprintf(stdout, "%s", scratch); //****#endif