-
-
Notifications
You must be signed in to change notification settings - Fork 89
Implement Macintosh-compatible Network Interface #27
Description
This issue is to request that an Ethernet network interface emulator is added to the RaSCSI software.
The RaSCSI service currently has a "network tap" interface that allows the Sharp 68000 to use it as a network interface. This uses a custom driver, so its highly unlikely that this will work without significant MacOS driver development.
Saybur has done some awesome work with getting a microcontroller to work as a Nuvolink SCSI, which already has Mac drivers.
https://github.com/saybur/scuznet
https://68kmla.org/forums/index.php?app=forums&module=forums&controller=topic&id=58413
The easiest way to approach this might be to use his code as an example and implement similar functionality in RaSCSI.
There are probably other ways to do it as well. Discussion is welcome below...