OSDN Git Service

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 7c330b1..d2320a2 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 4be3d35..a242882 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index ee7fa9f..3aaa0a3 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index b8d301d..a27264f 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index fae3a72..abbe4db 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 1495432..a75a400 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index a7a719d..270cbb3 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 5057139..23690cc 100755 (executable)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 9389786..326f13d 100755 (executable)
Binary files a/pcxtest2.exe and b/pcxtest2.exe differ
index a758d86..ae5e585 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 7f2dc15..f6d07d2 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 1ddefc6..97b894f 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 9593051..8fdda50 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 4c0b2e2..44ff44a 100755 (executable)
Binary files a/test2.exe and b/test2.exe differ