]> 4ch.mooo.com Git - 16.git/commitdiff
ass
authorsparky4 <sparky4@cock.li>
Sun, 19 Jul 2015 22:27:21 +0000 (17:27 -0500)
committersparky4 <sparky4@cock.li>
Sun, 19 Jul 2015 22:27:21 +0000 (17:27 -0500)
modified:   exmmtest.exe
modified:   src/exmmtest.c
modified:   src/lib/16_mm.c

exmmtest.exe
src/exmmtest.c
src/lib/16_mm.c

index bc726ac3faa443febc2ee5f4726f985fce2c9f62..5b382e72321ef86a33e2697822e593813ec66bf0 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index b1663ffe7a04075e0c81a736b84d682e6a75e374..60509f3519c3b0609bdd78c019f38f9a0c7cf313 100644 (file)
@@ -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();
index 070db38d99050be8d98f2f9892f96704dec9b582..895bc6cf686d784bc93ed54770f8ed8b30df0d11 100644 (file)
@@ -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