X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fdos_gfx.cpp;fp=16%2Fdos_gfx.cpp;h=f26fd4f7de71450862b08013513d66713b964c11;hb=d93cdaff4168104cb64af6658c22344dcecf74f1;hp=abe38f8ea754bfc4a569d6f5de3ac39f0d934626;hpb=08c5e85e75688a487235467fc90493357ab6330d;p=16.git diff --git a/16/dos_gfx.cpp b/16/dos_gfx.cpp index abe38f8e..f26fd4f7 100644 --- a/16/dos_gfx.cpp +++ b/16/dos_gfx.cpp @@ -56,20 +56,18 @@ void setvideo(/*byte mode, */short vq){ //mxSetClipRegion(0, VH+1, VW, (TILEWH*BUFFMX)); } } - -void pdump(){ - int mult=QUADWH; - int palq=mult*16; - int palcol=0; - for(int paly=0; paly(VW-SW-1)) || (xpos<1))delay(500); //mxWaitRetrace(); -//mxBitBlt(32, (SH+32), SW, SH, xpos, ypos); +//mxBitBlt(32, (SH+32), SW, SH, xpos, ypos); mxBitBlt(TILEWH*2, (SH+64+32), SW, SH, TILEWH*2, TILEWH*2); //xpos=ypos=TILEWH*2; mxPan(32,32); @@ -379,7 +377,7 @@ mxPan(32,32); if( (xpos>(VW-SW-1)) || (xpos<1)){xdir=-xdir;} if( (ypos>(BH-SH-1)) || (ypos<1)){ydir=-ydir;} // { Hit a boundry, change // direction! } -//mxBitBlt(32, (SH+64+32), SW, SH, xpos, ypos); +//mxBitBlt(32, (SH+64+32), SW, SH, xpos, ypos); //mxBitBlt(TILEWH*2, (SH+64+32), SW, SH, TILEWH*2, TILEWH*2); } ch=getch();