]> 4ch.mooo.com Git - 16.git/commitdiff
crazy
authorsparky4 <sparky4@cock.li>
Thu, 29 Oct 2015 16:49:54 +0000 (11:49 -0500)
committersparky4 <sparky4@cock.li>
Thu, 29 Oct 2015 16:49:54 +0000 (11:49 -0500)
15 files changed:
16.exe
bakapi.exe
exmmtest.exe
fontgfx.exe
maptest.exe
palettec.exe
palettel.exe
pcxtest.exe
pcxtest2.exe
planrpcx.exe
scroll.exe
src/lib/modex16.c
src/scroll.c
test.exe
test2.exe

diff --git a/16.exe b/16.exe
index a09e57a9b34893c6ed68c59ce0f52c670b39f3ec..c5814a133c299f162e908b241a761023979fbd71 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 9d2d657c1d88ab5576541ddea9cf87168752875f..826a04b24467c3fe5ced0c1220a94afb326c23f7 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 4afeeacd199a8ed6010b112bb1f1b3270ae56063..3c19abdd72d2f0eb3e48538da040d232fa93bb91 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index cb2a34a5c9cebc3a20ba114e965cba79111105ca..5731cfaa1ea424cfef3593662f35cd2b44e0de79 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index fa23696e093d5315067d7c57a8fdb56bb2a26335..3c334372507a775ea32656fdd329a6fafe211693 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index bec018440423fadd11a7264748dd40009db892f0..541a204fb651a6ba4a2d8b1198e0c766788d2a91 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index 7e0cdaf45655c9965cc7b7db7615475ac35f83aa..3cd44e6193519dfa1e5247b82fd9da556c86b637 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 1898c3e1d89af0aadda6282f520ad10adccfd623..de97e0422a7e85fad46211f83c1578cc91287f60 100755 (executable)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 682026034f978f9849846c7e839383e48ea717c0..8b127a11a462d41ebb9e57aa6fae2487b80ef9ad 100755 (executable)
Binary files a/pcxtest2.exe and b/pcxtest2.exe differ
index 7a9eae75873d7480cf5f084690dfac090144ccf2..53bb91b9b596b58dda03da0b765818efb15f5907 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 410689017efb4d4d812f517421b7e1c858240b09..cd163af18d3a0dd2a424cbe6d50ffb64dfb6eba9 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 3c0a2ae828633291bc748025f362c0b17d599176..366d6fa2dd2846f144e1391629e51a8cf1c6a2c6 100755 (executable)
@@ -406,7 +406,7 @@ void modexDrawPBufRegion    (page_t *page, int x, int y, int rx, int ry, int rw, in
        const int px=x-page->dx;\r
        const int py=y-page->dy;\r
        for(plane=0; plane < 4; plane++) {\r
-               i=(rx/4)+((p->pwidth)*ry);\r
+               i=(rw/4)+((p->pwidth)*ry);\r
                modexSelectPlane(PLANE(plane+x));\r
                for(; y < py+rh; y++) {\r
                        //for(px=0; px < p->width; px++) {\r
index 1156d70f1a85bea6d5a789789cb0499c49164a0d..4f35035bf20b5370931ab5bcf70d4e6c7be1112d 100755 (executable)
@@ -120,7 +120,8 @@ void main(int argc, char *argv[])
 #endif
 //     printf("Total used @ before palette initiation:         %zu\n", oldfreemem-GetFreeSize());
 //++++ player[0].data.offset=(paloffset/3);
-//++++ modexPalUpdate(&player[0].data, &paloffset, 0, 0);
+//++++ modexPalUpdate1(&player[0].data, &paloffset, 0, 0);
+               modexPalUpdate1(gpal);
        //printf("      %d\n", sizeof(ptmp->data));
        //printf("1:    %d\n", paloffset);
 //++++ map.tiles->data->offset=(paloffset/3);
index fc3aff034cb3a0cfa4df105a3c1a3d1a51ad8863..79335f4e1211506a9923a71a8323716bb4eca0b4 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 795e393f21210576e6dcb67d256413c3197603e8..da8490d20d706f5ece8a67799692eff1973219e1 100755 (executable)
Binary files a/test2.exe and b/test2.exe differ