1 /* Project 16 Source Code~
\r
2 * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
\r
4 * This file is part of Project 16.
\r
6 * Project 16 is free software; you can redistribute it and/or modify
\r
7 * it under the terms of the GNU General Public License as published by
\r
8 * the Free Software Foundation; either version 3 of the License, or
\r
9 * (at your option) any later version.
\r
11 * Project 16 is distributed in the hope that it will be useful,
\r
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
14 * GNU General Public License for more details.
\r
16 * You should have received a copy of the GNU General Public License
\r
17 * along with this program. If not, see <http://www.gnu.org/licenses/>, or
\r
18 * write to the Free Software Foundation, Inc., 51 Franklin Street,
\r
19 * Fifth Floor, Boston, MA 02110-1301 USA.
\r
24 #include "lib/types.h"
\r
25 //#include "lib/16text.h"
\r
26 #include "lib/modex16.h"
\r
28 void main(int argc, char near *argv[])
\r
35 static byte ibmlogo[]="IIIIIII BBBBBBBBB MMMMM MMMMM\n\
\r
36 IIIIIII BBBBBBBBBBB MMMMMM MMMMMM\n\
\r
37 III BBB BBB MMMMMM MMMMMM\n\
\r
38 III BBBBBBBBB MMMMMMM MMMMMMM\n\
\r
39 III BBBBBBBBB MMM MMMMMMM MMM\n\
\r
40 III BBB BBB MMM MMMMM MMM\n\
\r
41 IIIIIII BBBBBBBBBBB MMMM MMM MMMM\n\
\r
42 IIIIIII BBBBBBBBB MMMM M MMMM\n\
\r
44 static byte rose[]=" :. ,..\n\
\r
53 (~`. \ ) )','.,---..\n\
\r
54 `v`\ | ,' .-'.:,'_____ `.\n\
\r
55 )|/.-~.--~~--. ~~~-. \ \n\
\r
56 _/-'_.-~ ""---.._`.|\n\
\r
59 __...---~~~_..--~~\n\
\r
62 // static byte *rosa;
\r
63 static word chx, chy, colpee;
\r
66 /* setup camera and screen~ */
\r
67 screen = modexDefaultPage();
\r
68 //screen.width += (16*2);
\r
69 //screen.height += (16*2);
\r
70 //++++ modexShowPage(&screen);
\r
71 //modexprint(16, 16, 1, 15, "wwww");
\r
76 for(e=0x00; e<=0xFE; e++)
\r
78 if(chx+8>(screen.width/2))
\r
82 sprintf(pee,"%u", colpee);
\r
83 modexprint(&screen, 200, 200, 1, 47, 0, &pee);
\r
86 modexprint(&screen, chx, chy, 1, 0, colpee, &e);
\r
89 if(colpee>=32+24) colpee=32;
\r
91 //modexprint(100, 100, 1, 47, 0, "wwww");
\r
93 // modexprint(0, 0, 1, 0, colpee, &rose);
\r
94 //++++ modexprint(&screen, 0, 0, 0, 0, colpee, &ibmlogo);
\r
95 modexprintbig(&screen, 0, 0, 1, colpee, 0, "IBM");
\r
96 // modexprint(0, 0, 1, 0, colpee, ROSE);
\r
99 // rosa=malloc(sizeof(ROSE));
\r
100 // (*rosa)=(byte)ROSE;
\r
101 printf("\n%s\n", rose);
\r
102 //printf("\nh=%d\n", '8');
\r
103 // printf("\n%c\n", e);
\r