From: sparky4 Date: Thu, 6 Jul 2017 22:54:53 +0000 (-0500) Subject: seeing what was changed... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=f0a0d93f0e20155883544ebdd1cc15e3cf4e1e59 seeing what was changed... --- diff --git a/src/exmmtest.c b/src/exmmtest.c index acfc90e5..5adebd33 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -208,10 +208,10 @@ PRINTBB; KEYP #endif //scrollload #ifndef NOVID - VL_Startup(&gvar);// VGAmodeX(8, 0, &gvar); + VGAmodeX(8, 0, &gvar); VL_LoadPalFileCore(&gvar.video.palette, &gvar); modexHiganbanaPageSetup(&gvar); +// gvar.video.page[0].dx = gvar.video.page[0].dy = 0; // VL_modexPalScramble(&gvar.video.palette); - VL_LoadPalFileCore(&gvar.video.palette, &gvar); // ShapeTest_(&gvar); #endif MM_ShowMemory(&gvar); diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index f3af11cc..e83003b7 100755 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -1421,17 +1421,18 @@ reset: end = scan->length-1; y = scan->start/width; x = scan->start%width; -#ifdef MMSMSCANINFO +#if 0 +//def MMSMSCANINFO if(restarted){ y += gvar->video.page[0].dy; x += gvar->video.page[0].dx; } -#if 0 +//#if 0 else{ scaninfo[q].y = y; scaninfo[q].x = x; } -#endif +//#endif #endif VW_Hlin(x,x+end,y,color,gvar); VL_Plot(x,y,5,gvar); @@ -1611,7 +1612,7 @@ reset: { printf("%s", scratch1); printf("%s", AAGREY); printf("_"); - if(scaninfo[q].scan->length<64000) +// if(scaninfo[q].scan->length<64000) for(w=(scaninfo[q].scan->start)/80;w<=end/80;w++) { //strcat(scratch1, "+"); @@ -1675,6 +1676,7 @@ reset: // y = gvar->video.page[0].dy;//(gvar->video.page[0].sh-(32));//8*4 oldq = q; restarted = true; + modexClearRegion(&gvar->video.page[0], 0, 0, gvar->video.page[0].width, gvar->video.page[0].height, 8); goto reset; break; case sc_Escape: @@ -1684,11 +1686,10 @@ reset: } //} // MM_ShowMemoryDetail (x, y, w, q, end, &scaninfo, gvar); +#else + if(gvar->video.VL_Started) IN_Ack(gvar); #endif - -//?? if(gvar->video.VL_Started) IN_Ack(gvar); - gvar->video.BOFS = (byte __far *)temp; }