From: sparky4 Date: Thu, 16 Jul 2015 19:45:35 +0000 (-0500) Subject: pee of baka X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=01c30d5ce6ae4b971d2302561156d22dd0216db4;p=16.git pee of baka modified: 16.exe modified: exmmtest.exe modified: fmemtest.exe modified: fontgfx.exe modified: fonttes0.exe modified: fonttest.exe modified: inputest.exe modified: maptest.exe modified: miditest.exe modified: palettec.exe modified: pcxtest.exe new file: rose modified: sountest.exe modified: src/fontgfx.c modified: test.exe modified: test2.exe modified: testemm.exe modified: tsthimem.exe --- diff --git a/16.exe b/16.exe index c8d29048..b74b601a 100644 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 26ac5f99..3099ebc4 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index dd494947..f74dc944 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 0763b220..fe30ff47 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttes0.exe b/fonttes0.exe index 911f72bf..0f5bfce7 100644 Binary files a/fonttes0.exe and b/fonttes0.exe differ diff --git a/fonttest.exe b/fonttest.exe index a5d485c4..2cc9c1d7 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 4e8a0188..c6a2851f 100644 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index 0dfa1463..342a6bea 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/miditest.exe b/miditest.exe index 41750d05..f9206c60 100644 Binary files a/miditest.exe and b/miditest.exe differ diff --git a/palettec.exe b/palettec.exe index a6ef3409..96e18a07 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 97d352c9..c7abb981 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/rose b/rose new file mode 100644 index 00000000..8f64c43c --- /dev/null +++ b/rose @@ -0,0 +1,17 @@ + :. ,.. + .' :~.':_., + .' ::.::'.' + : ::' .: + `.: .: .:/ + `::--.:'.::' + |. _:===-' + / / + ,---.---. __,',' + (~`. \ ) )','.,---.. + `v`\ | ,' .-'.:,'_____ `. + )|/.-~.--~~--. ~~~-. \ + _/-'_.-~ ""---.._`.| + _.-~~_.-~ ""' + _..--~~_.(~~ + __...---~~~_..--~~ +,'___...---~~~ diff --git a/sountest.exe b/sountest.exe index 4edd9839..f17ef13f 100644 Binary files a/sountest.exe and b/sountest.exe differ diff --git a/src/fontgfx.c b/src/fontgfx.c index 4c79f06b..36903721 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -28,34 +28,60 @@ void main(int argc, char near *argv[]) { //JMOJI - static byte e; + static byte e; + //word ri; byte pee[2]; + static byte rose[]=" :. ,..\n\ + .' :~.':_.,\n\ + .' ::.::'.'\n\ + : ::' .:\n\ + `.: .: .:/\n\ + `::--.:'.::'\n\ + |. _:===-'\n\ + / /\n\ + ,---.---. __,','\n\ + (~`. \ ) )','.,---..\n\ + `v`\ | ,' .-'.:,'_____ `.\n\ + )|/.-~.--~~--. ~~~-. \ \n\ + _/-'_.-~ ""---.._`.|\n\ + _.-~~_.-~ ""'\n\ + _..--~~_.(~~\n\ + __...---~~~_..--~~\n\ +,'___...---~~~\n\ +"; +// static byte *rosa; static word chx, chy, colpee; textInit(); - modexEnter(); + modexEnter(); //modexprint(16, 16, 1, 15, "wwww"); //getch(); chx=0; - chy=0; + chy=0; colpee=32; for(e=0x00; e<=0xFE; e++) - { - if(chx+8>(SCREEN_WIDTH/2)-16) - { - chx=0; - chy+=8; - sprintf(pee,"%u", colpee); - modexprint(200, 200, 1, 47, 0, &pee); - //getch(); - } + { + if(chx+8>(SCREEN_WIDTH/2)-16) + { + chx=0; + chy+=8; + sprintf(pee,"%u", colpee); + modexprint(200, 200, 1, 47, 0, &pee); + //getch(); + } modexprint(chx, chy, 1, 0, colpee, &e); - chx+=9; - colpee++; + chx+=9; + colpee++; if(colpee>=32+24) colpee=32; - } + } //modexprint(100, 100, 1, 47, 0, "wwww"); getch(); - modexLeave(); - //printf("\nh=%d\n", '8'); - //printf("\n%c\n", e); + modexprint(0, 0, 1, 0, colpee, &rose); +// modexprint(0, 0, 1, 0, colpee, ROSE); + getch(); + modexLeave(); +// rosa=malloc(sizeof(ROSE)); +// (*rosa)=(byte)ROSE; + printf("\n%s\n", rose); + //printf("\nh=%d\n", '8'); +// printf("\n%c\n", e); } diff --git a/test.exe b/test.exe index 5acf6a8d..17d922a3 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 8f13ad20..f9dc5174 100644 Binary files a/test2.exe and b/test2.exe differ diff --git a/testemm.exe b/testemm.exe index a84bfe90..bd845803 100644 Binary files a/testemm.exe and b/testemm.exe differ diff --git a/tsthimem.exe b/tsthimem.exe index 23c04a74..dd740988 100644 Binary files a/tsthimem.exe and b/tsthimem.exe differ