]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Wed, 11 Nov 2015 14:39:23 +0000 (08:39 -0600)
committersparky4 <sparky4@cock.li>
Wed, 11 Nov 2015 14:39:23 +0000 (08:39 -0600)
14 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
test.exe
test2.exe

diff --git a/16.exe b/16.exe
index 7c330b1f82c8cec6d6631f2f367ef7c64222e2da..d2320a2bb2706dbd57b70dbf3d476e57a1030eb3 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 4be3d35f1da76577a1e9f9df53d4aacee855a323..a2428820280571dc0ce617206a79d1c6b745f50e 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index ee7fa9ff87d12986e33ad760f9e530564513278f..3aaa0a3fa12e6332dd3213f2a0269b19d1e18d76 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index b8d301da35b5415f4bcbf02836877665a62685b1..a27264f7324711bfe557d12cd746fd2df62740e6 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index fae3a72b9e5fa1a8a769b7046085e896d206ee9d..abbe4db3d55baec74f2eab6a090226f3bd9d1903 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 149543254239dc2f05c15aced05a354e029740b0..a75a400f70dac6414a00af936d1a07865451d78a 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index a7a719d2be956fd34725c0b4b4fc0d0e23a5fca7..270cbb3c6a0a7a2a898212ac52e14d678b6cf258 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 5057139b7f90e544f760154908ddcf69dafa6148..23690cc51dc19483d685a8b2a08a76057afa2979 100755 (executable)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 9389786d1b6f52eb34ae57f1e8446d037af526d0..326f13dc08c936212dfaae5dc1696f8d17fb821c 100755 (executable)
Binary files a/pcxtest2.exe and b/pcxtest2.exe differ
index a758d8687812c2d01208e48420ee75a50cf50bc9..ae5e585ff10f39d957d952797ac169537d10fdd5 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 7f2dc15213bc71391a8976330e7f5b86781f87f7..f6d07d23c0c15ca9cc60c6f3815eaa56313c3683 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 1ddefc699670533b11d02b0a466808d710c20ea6..97b894f4ea734459a6829f7b35046eac4dea70b1 100755 (executable)
@@ -994,9 +994,8 @@ void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, cons
 //TODO: OPTIMIZE THIS!!!!\r
                modexDrawCharPBuf(page, x, y, t, col, bgcol, q);\r
 \r
-               if(!q) getch();\r
+               //if(!q) getch();\r
        }\r
-       //_nfree(bakapee);\r
 }\r
 \r
 void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str)\r
@@ -1101,7 +1100,7 @@ void cls(page_t *page, byte color, byte *Where)
        /* set map mask to all 4 planes */\r
        outpw(SC_INDEX, 0xff02);\r
        //_fmemset(VGA, color, 16000);\r
-       _fmemset(Where, color, page->width*(page->height));\r
+       _fmemset(Where, color, page->width*(page->height)/4);\r
 }\r
 \r
 void\r
index 9593051369cd6177ff4e8a56a377386a27605586..8fdda501622a5dac86b3426fd7667f9e502551e7 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 4c0b2e29fd3e52fa07a27d0e97a40948e5d00725..44ff44a603a4f236831172358fd680e2ad0ed7e3 100755 (executable)
Binary files a/test2.exe and b/test2.exe differ