]> 4ch.mooo.com Git - 16.git/commitdiff
hmmm let me see what i did before wwww
authorsparky4 <sparky4@cock.li>
Tue, 10 Nov 2015 19:25:57 +0000 (13:25 -0600)
committersparky4 <sparky4@cock.li>
Tue, 10 Nov 2015 19:25:57 +0000 (13:25 -0600)
16.exe
exmmtest.exe
planrpcx.exe
scroll.exe
src/lib/modex16/16render.c
test.exe

diff --git a/16.exe b/16.exe
index 2f888ff5b922f9f889d2c21009311a5fa39df440..5c29f5e747eb73967e23efa0c6853f4a114067e6 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index a57147b3ce6b7a166209665963c680610fe4c0f5..a03ce4c643b2cbaa1b88eba5cb178d4e25933ab2 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 0ca8800a2ebfa25cbabcdf0c02056e32dc20a252..6482701e5d83ca4afd37c8e04b9555ca7c0fe5c6 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index dc868b0e5a815fd819a4ebcfb67992f16d9b8eb1..62470be1c910d2d503de58a869f207cfca895f2e 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index d5a31e931962144c81aa2fc4fe0c71a24e2a6dd5..6ae57a80a5fad977d1e0212b899555653b87811e 100755 (executable)
@@ -287,7 +287,7 @@ void
 modexDrawBmpPBufRegion(page_t *page, int x, int y,\r
                   int rx, int ry, int rw, int rh, planar_buf_t *bmp) {\r
        word poffset = (word) page->data  + y*(page->width/4) + x/4;\r
-       byte *data = *bmp->plane[0];//+bmp->offset;\r
+       byte *data = bmp->plane[0];\r
        word bmpOffset = (word) data + ry * bmp->width + rx;\r
        word width = rw;\r
        word height = rh;\r
@@ -365,7 +365,7 @@ void
 modexDrawSpritePBufRegion(page_t *page, int x, int y,\r
                      int rx, int ry, int rw, int rh, planar_buf_t *bmp) {\r
        word poffset = (word)page->data + y*(page->width/4) + x/4;\r
-       byte *data = *bmp->plane[0];//+bmp->offset;\r
+       byte *data = bmp->plane[0];\r
        word bmpOffset = (word) data + ry * bmp->width + rx;\r
        word width = rw;\r
        word height = rh;\r
index 5caab69386aa89e63a762ad12b3c7ff2ce267c2a..b192b92030fd52c1174645308fc22b6f29ce5399 100755 (executable)
Binary files a/test.exe and b/test.exe differ