Several minor consistency improvements.

This commit is contained in:
Oliver Schmidt 2013-07-31 00:55:31 +02:00
parent 3c6c7381d8
commit 6ab336f55f
10 changed files with 23 additions and 28 deletions

View file

@ -3,7 +3,7 @@ Apple II
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.
so please consult cpu/6502/README.md for further details.
The following Apple II Ethernet cards are supported:

View file

@ -3,12 +3,11 @@ 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 for further details.
cpu/6502/README.md for further details.
The following Atari 8-bit Ethernet card is supported:
- Atari 8-bit Ethernet Project: Use driver cs8900a.eth with address $D500.
- 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

View file

@ -1,14 +1,13 @@
Atari
=====
Atari XL
========
The platform/atari/ directory is used for targeting an Atari 8-bit computer.
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 for further details.
cpu/6502/README.md for further details.
The following Atari XL Ethernet card is supported:
The following Atari 8-bit Ethernet card is supported:
- Atari 8-bit Ethernet Project: Use driver cs8900a.eth with address $D500.
- 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

View file

@ -5,7 +5,7 @@ The platform/c128/ directory is used for targeting a Commodore 128 computer.
Most things are shared between the 6502-based targets so please consult
cpu/6502/README.md for further details.
The following C64 Ethernet cards are supported:
The following C128 Ethernet cards are supported:
- RR+RR-Net: Use driver cs8900a.eth with address $DE08.
- TFE: Use driver cs8900a.eth with address $DE00.

View file

@ -3,8 +3,7 @@ Commodore 64
The platform/c64/ directory is used for targeting a Commodore 64 computer.
Most things are shared between the 6502-based targets so please consult
cpu/6502/README for further details.
cpu/6502/README.md for further details.
The following C64 Ethernet cards are supported:
@ -12,12 +11,10 @@ The following C64 Ethernet cards are supported:
- TFE: Use driver cs8900a.eth with address $DE00.
- ETH64: Use driver lan91c96.eth with address $DE00.
In most cases it is desirable to use an emulator for the development and testing
of a Contiki application. VICE is especially well suited as it emulates both the
RR-Net and TFE Ethernet cards. It is available at http://www.viceteam.org/.
The c64 target supports a PFS that requires less RAM than the POSIX file system
and converts UNIX path names to CMD syntax for CMD drives and IDEDOS 0.90+. Its
primary feature however is support for IDE64 fast read/write.

View file

@ -30,7 +30,7 @@ maximum extend two makefiles are necessary:
As platform/win32/Makefile.win32 includes cpu/native/Makefile.native the
WinPcap library is used for network I/O. Please consult
cpu/native/net/README-WPCAP for further details.
cpu/native/net/README-WPCAP.md for further details.
Both a Cygwin Bash Shell and an ordinary Windows Command Prompt are fine for
runtime. But in order to experience the CTK mouse support it is necessary to