captain-amygdala / pistorm

68k Hardware Emulator
MIT License
737 stars 103 forks source link

FEATURE REQUEST : Microchip ENC28J60 Ethernet module support #79

Closed dlasher closed 2 months ago

dlasher commented 3 months ago

While I realize there's already "host" ethernet support (from the A314 project) given how the pistorm "maps" devices through, this would be a fantastic candidate for inclusion. Now the amiga can get it's own dedicated ethernet interface independent of the PI.

Microchip ENC28J60 Ethernet module

REFERENCES

Thanks for consideration.

captain-amygdala commented 2 months ago

Unfortunately, there are no free GPIO pins on the Raspberry with Pistorm. All pins are needed for the 68k hardware bus emulation.

dlasher commented 2 months ago

Bummer - thanks for the quick reply - are there any other supported "additional" ethernet devices, perhaps via USB?

captain-amygdala commented 2 months ago

Yes sure, any ethernet/WiFi/5g/usb rndis/whatever usb adapter with Linux drivers can be used as long as it's a normal Linux network interface