Merge pull request #597 from oliverschmidt/master
Updated cc65 URL and added info on W5100 driver.
This commit is contained in:
commit
f5700868cd
|
@ -29,7 +29,7 @@ before_script:
|
||||||
|
|
||||||
## Clone and build cc65 when testing 6502 ports
|
## Clone and build cc65 when testing 6502 ports
|
||||||
- "[ ${BUILD_ARCH:-0} = 6502 ] && git clone \
|
- "[ ${BUILD_ARCH:-0} = 6502 ] && git clone \
|
||||||
https://github.com/oliverschmidt/cc65 /tmp/cc65 && \
|
https://github.com/cc65/cc65 /tmp/cc65 && \
|
||||||
make -C /tmp/cc65 bin apple2enh atarixl c64 c128 && sudo make -C /tmp/cc65 avail && \
|
make -C /tmp/cc65 bin apple2enh atarixl c64 c128 && sudo make -C /tmp/cc65 avail && \
|
||||||
export CC65_HOME=/tmp/cc65/ && cc65 --version || true"
|
export CC65_HOME=/tmp/cc65/ && cc65 --version || true"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
====
|
====
|
||||||
|
|
||||||
The cpu/6502/ directory is used for targeting 6502-based machines using the
|
The cpu/6502/ directory is used for targeting 6502-based machines using the
|
||||||
cc65 compiler [http://oliverschmidt.github.io/cc65/](http://oliverschmidt.github.io/cc65/).
|
cc65 compiler [http://cc65.github.io/cc65/](http://cc65.github.io/cc65/).
|
||||||
|
|
||||||
The Contiki network configuration for 6502-based targets is loaded from a
|
The Contiki network configuration for 6502-based targets is loaded from a
|
||||||
binary configuration file (by default named contiki.cfg). It has the following
|
binary configuration file (by default named contiki.cfg). It has the following
|
||||||
|
|
|
@ -7,8 +7,9 @@ so please consult cpu/6502/README.md for further details.
|
||||||
|
|
||||||
The following Apple II Ethernet cards are supported:
|
The following Apple II Ethernet cards are supported:
|
||||||
|
|
||||||
- Uthernet: Use driver cs8900a.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).
|
- Uthernet II: Use driver w5100.eth with address $C0x4 (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
|
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
|
of a Contiki application. AppleWin is especially well suited as it emulates the
|
||||||
|
|
Loading…
Reference in a new issue