]> 4ch.mooo.com Git - 16.git/commitdiff
scroll.exe is fully fixed!!!! wwww
authorsparky4 <sparky4@cock.li>
Thu, 11 Jun 2015 18:07:25 +0000 (13:07 -0500)
committersparky4 <sparky4@cock.li>
Thu, 11 Jun 2015 18:07:25 +0000 (13:07 -0500)
modified:   maptest.exe
modified:   pcxtest.exe
modified:   scroll.exe
modified:   src/lib/modex16.h
modified:   src/scroll.c
modified:   test.exe
modified:   test2.exe

maptest.exe
pcxtest.exe
scroll.exe
src/lib/modex16.h
src/scroll.c
test.exe
test2.exe

index aed2b58116ee406c26d6396929d9ed3d814ca888..eea0ca4318ee14267f7152adff1794988f60c357 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 4c4931e5151cda6ee08924672c2e3e529cf9e420..b989fdb230893c29b0fec2a87a93411820ab9d1c 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index d2450cbbfdc1be33793b12a5adad2582e45ab6e4..17c02db8a9d6a7b454d3ac195c65ad36e5010e51 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index 7a0f24d6758caf804e80d623956334cb2977122d..755a11c8a693055a9fc1fbba89735ec2c99e1d2f 100644 (file)
@@ -14,7 +14,7 @@
 #define SELECT_ALL_PLANES() outpw(0x03c4, 0xff02)
 
 typedef struct {
-    byte /*huge*/* data;       /* the data for the page */
+    byte far* data;    /* the data for the page */
     word dx;           /* col we are viewing on the virtual screen */
     word dy;           /* row we are viewing on the virtual screen */
     word width;                /* virtual width of the page */
index 06b77bdf7f52115ac90ed9cfccb8e1bded99bdae..b30c74f00217c7b7a919243d7e8fd76a427aeeec 100644 (file)
@@ -875,7 +875,7 @@ mapDrawTile(tiles_t *t, word i, page_t *page, word x, word y) {
        {\r
        rx = (((i-1) % ((t->data->width)/t->tileWidth)) * t->tileWidth);\r
        ry = (((i-1) / ((t->data->height)/t->tileHeight)) * t->tileHeight);
-       printf("i=%d\n", i);\r
+////0000       printf("i=%d\n", i);\r
        //mxPutTile(t->data, x, y, t->tileWidth, t->tileHeight);\r
        modexDrawBmpRegion(page, x, y, rx, ry, t->tileWidth, t->tileHeight, (t->data));\r
        }\r
index c66d9352f773b546bca95b126e31db9756ea0965..24a89633d07f0299c4dce1469721c0d24c868edc 100644 (file)
Binary files a/test.exe and b/test.exe differ
index e60fd235adb7826d84831dfbb560fb99964f7b37..a69346ab549a838f0f95e9b5c91f6bcb859714fa 100644 (file)
Binary files a/test2.exe and b/test2.exe differ