Merge pull request #96 from oliverschmidt/master

Minor README updates.
This commit is contained in:
Oliver Schmidt 2013-01-29 13:47:06 -08:00
commit 2b9a1c60d2
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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