]> 4ch.mooo.com Git - 16.git/commitdiff
about todo shiftjis support!
authorsparky4 <sparky4@cock.li>
Tue, 14 Jul 2015 14:52:02 +0000 (09:52 -0500)
committersparky4 <sparky4@cock.li>
Tue, 14 Jul 2015 14:52:02 +0000 (09:52 -0500)
modified:   fontgfx.exe
modified:   makefile
modified:   src/fontgfx.c
modified:   src/lib/modex16.c

fontgfx.exe
makefile
src/fontgfx.c
src/lib/modex16.c

index 49d50e57efece10f7f029fcea009a26a9c1d20bb..dc4a2a3717e4a4af4a786d164a31e0ec4d3dd3f0 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index eed5450ff56e509bf93e8766df6f83d5c1cd9878..4ba3f02421886b43b6a1135dc107c4e2c9c9198d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ TARGET_OS = dos
 #-zkl = current codepage
 
 #MFLAGS=-mc# -zm
-CFLAGS=-zkl -wo -x -mc# -zdp# -zp16 -zq
+CFLAGS=-zk0 -wo -x -mc# -zdp# -zp16 -zq
 OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+
 FLAGS=-0 -d2 -lr $(OFLAGS) $(CFLAGS)
 SRC=src$(DIRSEP)
index 386d8bed1705e69ccb7960b4aeccadad0dbf9182..ed9dbd50f06df0be190f9ff2a56eb93addcc3e68 100644 (file)
@@ -36,7 +36,7 @@ void main(int argc, char near *argv[])
        //getch();\r
        chx=0;\r
        chy=0;\r
-       for(e='\ 1'; e<='~'; e++)\r
+       for(e='\ 1'; e<='\7f'; e++)\r
        {\r
                modexprint(chx, chy, 1, 15, &e);\r
                chx+=8;\r
@@ -47,5 +47,7 @@ void main(int argc, char near *argv[])
                }\r
        }\r
        getch();\r
-       modexLeave();\r
+       modexLeave();
+       printf("\n\n%u %c", '\7f');
+       //printf("\n%c", '\80    ');\r
 }\r
index 91f83d6ecbb34553da9992de612168ac7c4c5255..acc0058b7950f7f23c96b1a77f17b593cd8e0e62 100644 (file)
@@ -972,7 +972,7 @@ byte modexgetPixel(int x, int y)
 void modexprint(word x, word y, word t, word col, const byte *str)\r
 {
        word i, s, o, w, j, xp;
-       char l[16];\r
+       byte l[16];\r
        word addr = (word) l;
        word chw=0;
        byte c;