]> 4ch.mooo.com Git - 16.git/commitdiff
hmm
authorsparky4 <sparky4@cock.li>
Mon, 13 Jul 2015 15:15:25 +0000 (10:15 -0500)
committersparky4 <sparky4@cock.li>
Mon, 13 Jul 2015 15:15:25 +0000 (10:15 -0500)
modified:   fonttes0.exe
modified:   src/fonttes0.c

fonttes0.exe
src/fonttes0.c

index 6033b087bcf5176e58179be612be06d7cac6519e..31646ca0e6ee87c7c483ee6bceb6327dcd5f6d43 100644 (file)
Binary files a/fonttes0.exe and b/fonttes0.exe differ
index 5f6da62f0e86a01a7101c59b7315ae7858ab6528..411abe17112f689bb897027be37dea16533e96fb 100644 (file)
@@ -124,9 +124,8 @@ void main(int argc, char *argv[])
        j=1<<8;\r
        while(j) {\r
            //printf("%c", l[i] & j ? '*':' ');
-           //printf("%02x ", l[i]/* & j ? '*':' '*/);
-           //printf("%02x ", /*l[i] & */j/* ? '*':' '*/);
-           printf("%02x ", l[i] & j/* ? '*':' '*/);\r
+           //====printf("%02x ", l[i] & j/* ? '*':' '*/);
+               modexClearRegion(&page, 4, 4, 1, 1, l[i] & j);\r
            j>>=1;\r
        }\r
        printf("\n");\r