emailler/drivers
Oliver Schmidt 3359061ce2 Added Telnet65 app.
The file telnet.s in the 'ip65' directory for sure wasn't belonging into a library as it contained a main loop. So I introduced an 'apps' directory for actual apps coming with IP65. The file telnet.s was moved to apps, renamed telnet65.s and heavily modified.

The file c64vt100.s was made up from several files taken from CaTer (www.opppf.de/Cater) and adjusted for the new use case. The was done before for KIPPERTERM. However this time I deliberately avoided unnecessary code reformatting to allow for as easy as possible integration of potential upcoming changes in CaTer.

The file a2vt100.s was copied from c64vt100.s and adjusted to the monochrome 80 column screen of the Apple //e. Again unnecessary code changes were avoided to allow to easily merge upcoming changes from c64vt100.s.

The files atrvt100.s and vic20vt100.s are for now just dummies to allow to successfully link Telnet65. Work for an actually functional Telnet65 would start with a copy of c64vt100.s (as it was done with a2vt100.s).
2017-05-19 00:12:42 +02:00
..
a2charconv.s General source code cleanup. 2013-12-27 14:57:56 +01:00
a2filteredinput.s Allow lower case input too. 2017-05-16 22:56:38 +02:00
a2input.s Some minor changes. 2017-05-07 20:53:04 +02:00
a2kernal.s Some minor changes. 2017-05-07 20:53:04 +02:00
a2print.s Minor beautifications. 2015-08-28 14:38:50 +02:00
a2slot.s Added option to set ethernet slot on the Apple 2. 2015-07-08 15:46:28 +02:00
a2slotcombo.s Check for W5100 first. 2016-09-18 17:57:13 +02:00
a2timer.s Added A2 'timer_seconds' dummy. 2014-04-13 18:47:13 +02:00
a2vt100.s Added Telnet65 app. 2017-05-19 00:12:42 +02:00
atrcharconv.s Added support for the ATARI 8-bit with Dragon Cart. 2015-08-28 15:19:52 +02:00
atrfilteredinput.s Added get_filtered_input for the ATARI. 2017-05-18 23:48:15 +02:00
atrinput.s replace absolute values with defines from atari.inc 2015-09-09 14:04:07 +02:00
atrkernal.s Added support for the ATARI 8-bit with Dragon Cart. 2015-08-28 15:19:52 +02:00
atrprint.s replace absolute values with defines from atari.inc 2015-09-09 14:04:07 +02:00
atrtimer.s replace absolute values with defines from atari.inc 2015-09-09 14:04:07 +02:00
atrvt100.s Added Telnet65 app. 2017-05-19 00:12:42 +02:00
c64filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
c64input.s Have get_key display a cursor. 2017-05-16 23:44:04 +02:00
c64kernal.s Some minor changes. 2017-05-07 20:53:04 +02:00
c64print.s General source code cleanup. 2013-12-27 14:57:56 +01:00
c64timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
c64vt100.s Added Telnet65 app. 2017-05-19 00:12:42 +02:00
cbmcharconv.s Improved file name consistency. 2014-04-28 18:50:02 +02:00
cs8900a.s Allow fixup to be repeated. 2015-07-08 15:42:42 +02:00
cs8900adriver.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
dragoncart.s Added support for the ATARI 8-bit with Dragon Cart. 2015-08-28 15:19:52 +02:00
eth64.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
ethernet.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
ethernetcombo.s Check for W5100 first. 2016-09-18 17:57:13 +02:00
lan91c96.s Allow fixup to be repeated. 2015-07-08 15:42:42 +02:00
lan91c96driver.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
lancegs.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
Makefile Added Telnet65 app. 2017-05-19 00:12:42 +02:00
rr-net.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
uthernet2.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
uthernet.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
vic20-rr-net.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
vic20filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
vic20input.s Have get_key display a cursor. 2017-05-16 23:44:04 +02:00
vic20kernal.s Some minor changes. 2017-05-07 20:53:04 +02:00
vic20print.s General source code cleanup. 2013-12-27 14:57:56 +01:00
vic20timer.s Improved VBL handler installation check. 2015-08-28 14:42:29 +02:00
vic20vt100.s Added Telnet65 app. 2017-05-19 00:12:42 +02:00
w5100.s Added compatibility with W5100 shared access. 2016-04-05 20:55:45 +02:00
w5100driver.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
wiz811mj.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00