Oliver Schmidt 6652ba8184 Added support for RR-Net MK3 unique MAC addresses.
The RR-Net MK3 can be operated in two modes:

- In cartrigde mode it has a startup-ROM that sets the CS8900A MAC address to the unique MAC address.
- In clockport mode the driver has to read the two lowest MAC address bytes from the EEPROM and combine them with 28:CD:4C:FF.

See http://wiki.icomp.de/wiki/RR-Net#Detecting_MK3 for details.

The driver first checks if the current CS8900A MAC address starts with 28:CD:4C:FF. If it does, it overwrites its built in default MAC address with the CS8900A MAC address.

If the CS8900A MAC address didn't start with 28:CD:4C:FF, it checks if there are two valid MAC address bytes in the EEPROM. If they are there, it overwrites its built in default MAC address with a combination of 28:CD:4C:FF and those two bytes.
2019-05-05 12:33:45 +02:00
2019-05-05 11:37:20 +02:00
2019-05-02 14:44:24 +02:00
2019-05-02 14:44:24 +02:00
2019-05-02 14:44:24 +02:00
2014-04-28 18:57:13 +02:00
2018-10-28 22:47:56 +01:00

IP65 consists of three parts:

All three parts are available for three 6502 based target systems:

  • The C64
  • The Apple II
  • The ATARI (XL)

IP65 requires Ethernet hardware. There's no support for TCP/IP over serial connections whatsoever.

On the C64 there are two supported Ethernet carts:

On the Apple II there are three supported Ethernet cards:

On the ATARI (XL) there is one supported Ethernet cart:

Description
Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Readme 12 MiB
Languages
Assembly 58.8%
C 39%
Makefile 1.9%
Pawn 0.2%
PHP 0.1%