From 67103bcf34caaa89876b908820771584b3f4d05c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 14 Jul 2015 09:23:15 -0500 Subject: [PATCH] about to shit jis~ modified: fontgfx.exe modified: src/fontgfx.c --- fontgfx.exe | Bin 42631 -> 42631 bytes src/fontgfx.c | 44 ++++++++++++++++++++++---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/fontgfx.exe b/fontgfx.exe index ad591b163778b3a81358808d744206f7b50b38b5..a601fc6a763e689ceb67156e1bf0ed25cb366138 100644 GIT binary patch delta 26 icmZoa%hZ0BX+skeH>2S #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(); } -- 2.39.5