blob: 976716d0a41dc08c383d02e48dc78c27e79ae1dd [file] [log] [blame]
gpz452b5bd2003-05-19 08:21:01 +00001This is the Gameboy (Color) port of Contiki, maintained by Groepaz/Hitmen
2<groepaz@gmx.net>.
3
4compiler: sdcc&lcc/gbdk, sdcc.sourceforge.net, gbdk.sourceforge.net
5
6GB(C) specific stuff is enclosed into #ifdef __GAMEBOY__
7SDCC specific voodoo is enclosed into #ifdef __SDCC__
8
9have a look at arch/gb/SDCC-HACKING for some notes on sdcc-specific problems
10and how to work around them.
11
12- conio library functions work
13- contiki UI halfway works
14TODO: rearrange some code in contiki so sdcc can deal with it. also rewrite
15some stuff that sdcc chokes on in assembler. knock up a cable-wiring-sheme
16and a driver for regular rs232 using the linkport.
17
18Thanx and Acknowledgements must go to:
19
20Joshua (joshua@joshuawise.com, NonToxic @ efnet #gameboy)
21- ported ctk-gbc.c, ctk.c to sucky sdcc (gameboy(color))
22 added some sdcc voodoo to the contiki source :), also
23 helped a lot with general SDCC/GBDK related problems.
24
25have fun, groepaz/hitmen (groepaz@gmx.net)