Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Go to file
Oliver Schmidt c1df88daa1 Remove received packet(s) to allow to send one.
Behave just like the CS8900A driver: Both the CS8900A and the LAN91C96 dynamically share a buffer for received packets and packets to be send. If the chip is exposed to a network with a lot of broadcasts the shared buffer might fill quicker with received packets than the 6502 reads them (via polling). So we might need to drop some received packets in order to be able to send anything at all.
2015-04-13 21:09:15 +02:00
drivers Remove received packet(s) to allow to send one. 2015-04-13 21:09:15 +02:00
inc Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
ip65 Export dns_hostname_is_dotted_quad. 2015-04-13 21:01:59 +02:00
supplement Added W5100 UDP driver. 2014-02-27 22:00:07 +01:00
test Removed superfluous AppleCommander parameters. 2015-02-21 17:18:14 +01:00
.gitignore Added A2 and VIC20 binaries. 2014-04-27 14:52:31 +02:00
CONTRIBUTORS.txt Updated contributors. 2014-04-28 18:57:13 +02:00
LICENSE.txt Added text files from doc directory. 2013-12-14 00:27:32 +01:00