]> 4ch.mooo.com Git - 16.git/commitdiff
about to shit jis~
authorsparky4 <sparky4@cock.li>
Tue, 14 Jul 2015 14:23:15 +0000 (09:23 -0500)
committersparky4 <sparky4@cock.li>
Tue, 14 Jul 2015 14:23:15 +0000 (09:23 -0500)
modified:   fontgfx.exe
modified:   src/fontgfx.c

fontgfx.exe
src/fontgfx.c

index ad591b163778b3a81358808d744206f7b50b38b5..a601fc6a763e689ceb67156e1bf0ed25cb366138 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 3d9d2e0c5602de5b3be83f98184418f3f043603e..90cc0b9e8538bb02019af0e7c5a73d43b1769895 100644 (file)
 #include <stdio.h>\r
 #include <conio.h>\r
 #include "lib/types.h"\r
-//#include "lib/16text.h"
+//#include "lib/16text.h"\r
 #include "lib/modex16.h"\r
 \r
 void main(int argc, char near *argv[])\r
-{
-       //JMOJI
-       byte e;
-       word chx, chy;
-       textInit();
+{\r
+       //JMOJI\r
+       byte e;\r
+       word chx, chy;\r
+       textInit();\r
        modexEnter();\r
-       //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");\r
+       //getch();\r
+       chx=0;\r
+       chy=0;\r
+       for(e='\ 1'; e<='\17'; e++)\r
+       {\r
+               modexprint(chx, chy, 1, 15, &e);\r
+               chx+=8;\r
+               if(chx+8>=SCREEN_WIDTH)\r
+               {\r
+                       chx=0;\r
+                       chy+=8;\r
+               }\r
+       }\r
+       getch();\r
+       modexLeave();\r
 }\r