Closed bobbimanners closed 2 years ago
I have the code compiling against the latest IP65 (not checked in yet though). DNS is working but connecting to an IP doesn't seem to be working at the moment. Will check it in once it works!
Code has been updated to use the latest IP65, and checked into branch new_ip65
. Note that this needs the latest cc65 to build - the old version I was using before does not generate working network code.
There is one issue to be resolved. edit.c
compiles, but generates bad assembly. Oliver Schmidt is looking into it.
edit.c
builds with CC65 hash 9cb81f1410c768562c56c75e665b31bed4bdc055 (March 6 2022). There has been a regression in cc65 since then. For now we will build with this version of CC65 and update once the regression is fixed.
Merged to master. Released as 2.1.14.
NOTE: cc65 has been fixed so I can use the latest version again.
IP65 has seen some updates since I forked it. It would be a good idea to update to reflect the latest.