]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Tue, 24 Nov 2015 19:30:10 +0000 (13:30 -0600)
committersparky4 <sparky4@cock.li>
Tue, 24 Nov 2015 19:30:10 +0000 (13:30 -0600)
16.exe
bakapi.exe
exmmtest.exe
planrpcx.exe
scroll.exe
src/lib/bakapee.c
test.exe

diff --git a/16.exe b/16.exe
index 22acdc6c694de7458e84c4c2ee3e04e714a935a1..76cd8d247db381edde51f57af9aff50d16ad07a8 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 85e2a5f9bdefb273bb676d857dd7775edfaee7cb..2665e03ae26a989d9956a65a8b71cfa87ade36bf 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index f730e026f4888d5f89c37fa25fbda941ab0d5b28..68cd10b2302442802250ea089c899a2000346f3c 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 682f36751f3aa6c7470d89e4a2965185c60487ad..7babadd306380a41794eba75548f2c5aacd5f443 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 8b9769f278cffcf908b9f1a753e7cc5539caded2..95ddffb4b8d08e1ad01b190fc0df4bc6ae65eeea 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 040db6f9f9782c91c350df182eef02affaf7ddb1..1e94aea03d84e264759d63ac963602d3f9815893 100755 (executable)
@@ -63,10 +63,11 @@ void ssd(page_t *page, bakapee_t *pee, word svq)
        }else pee->sy = 0;
 }
 
-//plot pixel
+//plot pixel or plot tile
 void dingpp(page_t *page, bakapee_t *pee)
 {
 #ifdef TILE
+       //fill_block(pee->xx, pee->yy, pee->xx+TILEWH, pee->yy+TILEWH, pee->coor);
        modexClearRegion(page, pee->xx, pee->yy, TILEWH, TILEWH, pee->coor);
 #else
        modexputPixel(page, pee->xx, pee->yy, pee->coor);
index 73aa9805086ec0a571b487eed4cc928160a75ed4..61d44b650b7bf754d799119249232a29de6fe978 100755 (executable)
Binary files a/test.exe and b/test.exe differ