From: sparky4 Date: Tue, 14 Jul 2015 14:23:15 +0000 (-0500) Subject: about to shit jis~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=67103bcf34caaa89876b908820771584b3f4d05c;p=16.git about to shit jis~ modified: fontgfx.exe modified: src/fontgfx.c --- diff --git a/fontgfx.exe b/fontgfx.exe index ad591b16..a601fc6a 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/src/fontgfx.c b/src/fontgfx.c index 3d9d2e0c..90cc0b9e 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -22,30 +22,30 @@ #include #include #include "lib/types.h" -//#include "lib/16text.h" +//#include "lib/16text.h" #include "lib/modex16.h" void main(int argc, char near *argv[]) -{ - //JMOJI - byte e; - word chx, chy; - textInit(); +{ + //JMOJI + byte e; + word chx, chy; + textInit(); modexEnter(); - //modexprint(16, 16, 1, 15, "wwww"); - //getch(); - chx=0; - chy=0; - for(e=' '; e<='~'; e++) - { - modexprint(chx, chy, 1, 15, &e); - chx+=8; - if(chx+8>=SCREEN_WIDTH) - { - chx=0; - chy+=8; - } - } - getch(); - modexLeave(); + //modexprint(16, 16, 1, 15, "wwww"); + //getch(); + chx=0; + chy=0; + for(e=''; e<=''; e++) + { + modexprint(chx, chy, 1, 15, &e); + chx+=8; + if(chx+8>=SCREEN_WIDTH) + { + chx=0; + chy+=8; + } + } + getch(); + modexLeave(); }