osd-contiki/platform/atari
Oliver Schmidt 6fc83cf601 Initialize tcpip process before resolver process.
Since introduction of mDNS (f145c17039)
the resolver process initialization depends on the tcpip process
already being initialized (because of the call to udp_new()).
2013-09-01 20:53:51 +02:00
..
lib Moved from last cc65 release (2.13.3) to recent cc65 snapshot (2.13.9). 2013-02-14 15:42:43 +01:00
contiki-conf.h Reorganized web page attribute data handling. 2013-03-06 16:29:36 +01:00
contiki-main.c Initialize tcpip process before resolver process. 2013-09-01 20:53:51 +02:00
Makefile.atari Removed some more old RCS tags from the Contiki source tree. 2013-06-13 15:54:26 +02:00
README.md Several minor consistency improvements. 2013-07-31 00:55:31 +02:00

Atari

The platform/atari/ directory is used for targeting an Atari 8-bit computer. Most things are shared between the 6502-based targets so please consult cpu/6502/README.md for further details.

The following Atari 8-bit Ethernet card is supported:

  • Dragon Cart: Use driver cs8900a.eth with address $D500.

The 'disk' make goal requires HiassofT's dir2atr program. It is available at http://www.horus.com/~hias/atari/ - either as source code (being part of the 'AtariSIO driver and utilities for Linux') or as Win32 binary program (being part of the 'Atari Tools for Win32').