From 2bec16e07df5ec96199754a68019adaa378fc64b Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 28 Nov 2007 17:55:43 +0000 Subject: [PATCH] Added some info on the apple2enh plattform. --- platform/apple2enh/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 platform/apple2enh/README diff --git a/platform/apple2enh/README b/platform/apple2enh/README new file mode 100644 index 000000000..51287d73d --- /dev/null +++ b/platform/apple2enh/README @@ -0,0 +1,10 @@ +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). + +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/. \ No newline at end of file