]> 4ch.mooo.com Git - 16.git/commitdiff
working on font~
authorsparky4 <sparky4@cock.li>
Wed, 11 Nov 2015 13:52:04 +0000 (07:52 -0600)
committersparky4 <sparky4@cock.li>
Wed, 11 Nov 2015 13:52:04 +0000 (07:52 -0600)
14 files changed:
16.exe
bakapi.exe
exmmtest.exe
fontgfx.exe
maptest.exe
palettec.exe
palettel.exe
pcxtest.exe
pcxtest2.exe
planrpcx.exe
scroll.exe
src/lib/modex16/16render.c
test.exe
test2.exe

diff --git a/16.exe b/16.exe
index e3d1b91c64f072225efbd732857be6d0c71243a6..9cfdd50cf142880c8c78d902dbf474d2eb53f64e 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 4dcc4052f29f1ea15c4e79d8f00b2323af46ba3f..203a9d8732e2e69f82ec52e2e138a48c5a4cc370 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 39ba53b805ec36085612738f8b7ef1e91393551c..55a66143061271a73da068d5a8cc4e4ce754e4c7 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 1886fcc97bf09ab0aa4d0878487bd66280e6724e..ae7c8cd16f7e01e1cd4906ab8fe3a92f950a001d 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index e9b7685ab7d44ebb5598256121fc37d2ea3d0013..ad5e682a69726f86010d82b44dd4c281aaa2591c 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 7222a87a691dc6bce2c981efe8ac4e7033ec7579..23fe3795de04ad08d74de142faef3b39899cf2f6 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index c68fd94d70917e625ca67f7f25d636bf7e14941d..195920df409d1171c2a18b539cf53a4821fc0d01 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 8a5dd42b741f109568c4989495424e4f68378dcd..785968b84123b0d2b84ddb9f090c1938cfdbf632 100755 (executable)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 5f5124dd50c3e9db23a63bb09205dbfbba912bc5..76e0c6c59fb6ddf8c06c9a6a55929fd085ea48f3 100755 (executable)
Binary files a/pcxtest2.exe and b/pcxtest2.exe differ
index cfcf4fffc09d114d34bf0cb08eee989d584fc720..ec2e0be07fc9d3492485bd94ed76b1177911eb5b 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index cc6b0edc7d258c0354f42aa5ac2531d9816147ea..3f763b4bec336d5d48797101e1210ae6ba211e09 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index f7c07da7f1260ce4458e5aff80d7815310175d14..e3c6aec90885307627e36f7dce0b50c5ffd0fbaf 100755 (executable)
@@ -447,7 +447,7 @@ void modexDrawCharPBuf(page_t *page, int x, int y, word t, word col, word bgcol,
                {\r
                        if(q)\r
                        //_fmemcpy(page->data + (((page->width/4) * (y+i)) + ((x+romFontsData.chw+k) / 4)), romFontsData.l[i] & j ? col:bgcol, 2);\r
-                       modexputPixel(page, x+xp+chw, y+i, l[i] & j ? col:bgcol);\r
+                       modexputPixel(page, x+k+romFontsData.chw, y+i, romFontsData.l[i] & j ? col:bgcol);\r
                        else\r
                                //printf("l[i]=%c j=%02u l[i] & j=%02u %c\n", l[i] , j, l[i] & j, l[i] & j ? '*':' ');\r
                                //printf("%c", l[i] & j ? '*':' ');\r
index 27bdd0c7e97430fc41bbecf7f91bb96217abbb9e..e775adbaeabb0c9a5af6a589970201238a58c870 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 4822506d694c69e094de66598269753be67c9b48..16b4fafd6f2730f22c204da6483013254499435a 100755 (executable)
Binary files a/test2.exe and b/test2.exe differ