Changed ETH64 base address from $DE10 to $DE00 as this is the default base address according to the manufacturer.

This commit is contained in:
oliverschmidt 2010-03-06 13:05:16 +00:00
parent 308ecfed2a
commit 8ca206aa6b
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ 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 $DE10.
- ETH64: Use driver lan91c96.eth with the address $DE00.
In most cases it is desirable to use an emulator for the development and testing

View file

@ -7,7 +7,7 @@ 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 $DE10.
- ETH64: Use driver lan91c96.eth with the address $DE00.
In most cases it is desirable to use an emulator for the development and testing

View file

@ -46,7 +46,7 @@
<select name="c64-addr-drv" id="c64-drv" size="1">
<option value="DE08-CS8900A.ETH" >RR+RR-Net</option>
<option value="DE00-CS8900A.ETH" >TFE </option>
<option value="DE10-LAN91C96.ETH">ETH64 </option>
<option value="DE00-LAN91C96.ETH">ETH64 </option>
</select>
</td>
</tr><tr class="bg">
@ -60,7 +60,7 @@
<select name="c128-addr-drv" id="c128-drv" size="1">
<option value="DE08-CS8900A.ETH" >RR+RR-Net</option>
<option value="DE00-CS8900A.ETH" >TFE </option>
<option value="DE10-LAN91C96.ETH">ETH64 </option>
<option value="DE00-LAN91C96.ETH">ETH64 </option>
</select>
</td>
</tr><tr class="bg">