Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Go to file
Oliver Schmidt 8745021d7d Avoid trash of zero page variable.
It's not save to presume any zero page variable to stay intact after using the Ethernet drivers to perform actual network I/O. In example a necessary ARP lookup may require network I/O in not anticipated scenarios. Therefore the tftp_filename is rather to be placed in a normal variable and copied to a zero page variable just-in-time.
2017-04-10 09:06:18 +02:00
drivers Check for W5100 first. 2016-09-18 17:57:13 +02:00
inc Removed cfg_get_configuration_ptr. 2015-07-08 16:20:47 +02:00
ip65 Avoid trash of zero page variable. 2017-04-10 09:06:18 +02:00
test Switched from DOS3.3 to ProDOS for IP65demo.dsk 2016-10-16 23:51:53 +02:00
.gitignore Don't show dos.sys & dup.sys. 2015-08-28 20:29:43 +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