osd-contiki/platform/atarixl
Adam Dunkels 62b8aafb03 Merge pull request #722 from royscheefhals/contiki-fix
char * data to void * data parameter in process_start
2014-07-28 22:04:36 +02:00
..
lib Only wait for a keypress if the user is told to press a key. 2014-07-04 19:33:35 +02:00
contiki-conf.h Added mouse support for the Atari. 2014-01-20 22:51:40 +01:00
contiki-main.c Changed the parameter 'char * data' of process_start to the 2014-06-12 13:40:28 +02:00
Makefile.atarixl Added mouse support for the Atari. 2014-01-20 22:51:40 +01:00
Makefile.customrules-atarixl Moved the 6502 custom rules into its own Makefile.customrules-6502 file 2014-01-26 23:20:40 +01:00
README.md Several minor consistency improvements. 2013-07-31 00:55:31 +02:00

Atari XL

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

The following Atari XL 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').