nes-proj/platform/apple2enh
oliverschmidt 70321f690f Made error_exit() implementation target-specific. 2007-12-08 22:16:43 +00:00
..
lib Made error_exit() implementation target-specific. 2007-12-08 22:16:43 +00:00
Makefile.apple2enh
README Added LANceGS. 2007-11-30 12:35:18 +00:00
clock.c
contiki-conf.h Limit the maximum number of simultaneous connections to the cfs webserver to three because there's not enough memory left on the heap for more open files anyway - ProDOS 8 needs 1kB of page-aligned heap per open file :-( 2007-11-27 22:03:29 +00:00
contiki-main.c Made use of config file read function. 2007-11-27 21:50:19 +00:00
contiki.cfg
linker.cfg

README

The platform/apple2enh/ directory is used for targeting an Enhanced Apple //e
(or compatible) computer. Most things are shared between the 6502-based targets
so please consult cpu/6502/README for further details.

The following Apple II Ethernet cards are supported:
- Uther:   Use driver cs8900a.eth  with the address $C0x0 (x = 8 + slot number).
- LANceGS: Use driver lan91c96.eth with the address $C0x0 (x = 8 + slot number).

In most cases it is desirable to use an emulator for the development and testing
of a Contiki application. AppleWin is especially well suited as it emulates the
Uther Ethernet card in slot 3. It is available at http://applewin.berlios.de/.