Minor wording change.

This commit is contained in:
oliverschmidt 2010-09-29 12:07:02 +00:00
parent 32701dacb5
commit f70d4c600d
3 changed files with 8 additions and 8 deletions

View file

@ -5,8 +5,8 @@ so please consult cpu/6502/README for further details.
The following Apple II Ethernet cards are supported: The following Apple II Ethernet cards are supported:
- Uther: Use driver cs8900a.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 the 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 In most cases it is desirable to use an emulator for the development and testing

View file

@ -5,9 +5,9 @@ cpu/6502/README for further details.
The following C64 Ethernet cards are supported: The following C64 Ethernet cards are supported:
- RR+RR-Net: Use driver cs8900a.eth with the address $DE08. - RR+RR-Net: Use driver cs8900a.eth with address $DE08.
- TFE: Use driver cs8900a.eth with the address $DE00. - TFE: Use driver cs8900a.eth with address $DE00.
- ETH64: Use driver lan91c96.eth with the 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 In most cases it is desirable to use an emulator for the development and testing

View file

@ -5,9 +5,9 @@ cpu/6502/README for further details.
The following C64 Ethernet cards are supported: The following C64 Ethernet cards are supported:
- RR+RR-Net: Use driver cs8900a.eth with the address $DE08. - RR+RR-Net: Use driver cs8900a.eth with address $DE08.
- TFE: Use driver cs8900a.eth with the address $DE00. - TFE: Use driver cs8900a.eth with address $DE00.
- ETH64: Use driver lan91c96.eth with the 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 In most cases it is desirable to use an emulator for the development and testing