Now all we need is a native Ethernet adapter ...
Tips from someone who did a pair for the MSX computer:
- The RTL8029 is very easy to use, and you can use the usual DOS
drivers, but it will have to use all the TCP stack on the PC. And you can
use old ISA interfaces without changes to prototype and even use it. All the
needed pins are on the ISA bus.
- The wizchip modules are very easy to use, all the TCP stack is inside
of it. It will offload a lot of processing and you can map the module/chip
as a 16K RAM space onto your PC, but you'll have to write new drivers for
everyting, remembering it will be easier - ALL TCP processing is done inside
the chip
If you need tips, drop me a mail.