From: sparky4 Date: Wed, 11 Nov 2015 14:39:23 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=245eda2acc90969dfba5c666f298e7125956b847 wwww --- diff --git a/16.exe b/16.exe index 7c330b1f..d2320a2b 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 4be3d35f..a2428820 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index ee7fa9ff..3aaa0a3f 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index b8d301da..a27264f7 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/maptest.exe b/maptest.exe index fae3a72b..abbe4db3 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 14954325..a75a400f 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index a7a719d2..270cbb3c 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 5057139b..23690cc5 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/pcxtest2.exe b/pcxtest2.exe index 9389786d..326f13dc 100755 Binary files a/pcxtest2.exe and b/pcxtest2.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index a758d868..ae5e585f 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 7f2dc152..f6d07d23 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/modex16.c b/src/lib/modex16.c index 1ddefc69..97b894f4 100755 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -994,9 +994,8 @@ void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, cons //TODO: OPTIMIZE THIS!!!! modexDrawCharPBuf(page, x, y, t, col, bgcol, q); - if(!q) getch(); + //if(!q) getch(); } - //_nfree(bakapee); } void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str) @@ -1101,7 +1100,7 @@ void cls(page_t *page, byte color, byte *Where) /* set map mask to all 4 planes */ outpw(SC_INDEX, 0xff02); //_fmemset(VGA, color, 16000); - _fmemset(Where, color, page->width*(page->height)); + _fmemset(Where, color, page->width*(page->height)/4); } void diff --git a/test.exe b/test.exe index 95930513..8fdda501 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 4c0b2e29..44ff44a6 100755 Binary files a/test2.exe and b/test2.exe differ