Minor wording change.
This commit is contained in:
parent
32701dacb5
commit
f70d4c600d
|
@ -5,8 +5,8 @@ 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).
|
||||
- LANceGS: Use driver lan91c96.eth with the address $C0x0 (x = 8 + slot number).
|
||||
- Uther: 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
|
||||
|
|
|
@ -5,9 +5,9 @@ cpu/6502/README for further details.
|
|||
|
||||
The following C64 Ethernet cards are supported:
|
||||
|
||||
- RR+RR-Net: Use driver cs8900a.eth with the address $DE08.
|
||||
- TFE: Use driver cs8900a.eth with the address $DE00.
|
||||
- ETH64: Use driver lan91c96.eth with the address $DE00.
|
||||
- RR+RR-Net: Use driver cs8900a.eth with address $DE08.
|
||||
- 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
|
||||
|
|
|
@ -5,9 +5,9 @@ cpu/6502/README for further details.
|
|||
|
||||
The following C64 Ethernet cards are supported:
|
||||
|
||||
- RR+RR-Net: Use driver cs8900a.eth with the address $DE08.
|
||||
- TFE: Use driver cs8900a.eth with the address $DE00.
|
||||
- ETH64: Use driver lan91c96.eth with the address $DE00.
|
||||
- RR+RR-Net: Use driver cs8900a.eth with address $DE08.
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue