X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fdos_gfx.cpp;h=f26fd4f7de71450862b08013513d66713b964c11;hb=6d2deab47a9764ceb4790e2c97492c74e2d13c5c;hp=aa4a61d9b49b69c7667e481b0d39688f92442dd3;hpb=64264f5a322853c8e9c4b96b4d2366303b60f050;p=16.git diff --git a/16/dos_gfx.cpp b/16/dos_gfx.cpp index aa4a61d9..f26fd4f7 100644 --- a/16/dos_gfx.cpp +++ b/16/dos_gfx.cpp @@ -57,6 +57,18 @@ void setvideo(/*byte mode, */short vq){ } } +void pdump(){ + int mult=(QUADWH)/2; + 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); @@ -364,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();