From e88997b71ca0dfb4fba293a7baf60d3021af2ff9 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 29 Jan 2013 22:44:37 +0100 Subject: [PATCH] Minor README updates. --- cpu/6502/README | 2 +- platform/apple2enh/README | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpu/6502/README b/cpu/6502/README index 07415ff09..a32b22a81 100644 --- a/cpu/6502/README +++ b/cpu/6502/README @@ -15,7 +15,7 @@ configuration file (by default named contiki.cfg). It has the following format: An online Contiki configuration file generator is available at two sites: - http://www.a2retrosystems.com/contiki.html -- http://www.cbm8bit.com/contiki/ +- http://contiki.cbm8bit.com/ The build for 6502-based machines includes the 'disk' make goal which creates a diff --git a/platform/apple2enh/README b/platform/apple2enh/README index c977bc724..808216229 100644 --- a/platform/apple2enh/README +++ b/platform/apple2enh/README @@ -5,13 +5,13 @@ so please consult cpu/6502/README for further details. The following Apple II Ethernet cards are supported: -- Uther: Use driver cs8900a.eth with address $C0x0 (x = 8 + slot number). -- LANceGS: Use driver lan91c96.eth with address $C0x0 (x = 8 + slot number). +- Uthernet: Use driver cs8900a.eth with address $C0x0 (x = 8 + slot number). +- LANceGS: Use driver lan91c96.eth with 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/. +Uthernet card in slot 3. It is available at http://applewin.berlios.de/. The 'disk' make goal requires AppleCommander 1.3.5 or later. It is available at