emailler/drivers
Oliver Schmidt 6680772b04 Introduced C interface to IP65.
The IP5 usage of ld65 segments and zeropage variables was made compatible with cc65 C programs already a while ago. This commit is the next logical step which is to introduce the actual C interface to IP65.

IP65 for C programs shares the the ip65.lib / ip65_tcp.lib with IP65 for assembler programs. However the various libraries from the 'drivers' are not reused. Instead there's exactly one library for every target named ip65_<target>.lib. Those libraries contain only functions used by ip65.lib / ip65_tcp.lib.

TODOs:

- Introduce c64_timer.s and atr_timer.s.
- Add a C interface to the rest of the IP65 functionality (especially TCP).
2017-11-05 14:28:49 +01:00
..
a2_input.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
a2_timer.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01: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
a2init.s Generalized Apple II slot setting. 2017-06-04 00:10:36 +02:00
a2initcombo.s Generalized Apple II slot setting. 2017-06-04 00:10:36 +02:00
a2input.s Allow Telnet65 to send ASCII code 0 - on the Apple II. 2017-08-09 21:27:28 +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
a2timer.s Added A2 'timer_seconds' dummy. 2014-04-13 18:47:13 +02:00
a2vt100.s Atari: add line-drawing chars in font. 2017-09-11 23:35:16 +02:00
atr_input.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
atrcharconv.s Added support for the ATARI 8-bit with Dragon Cart. 2015-08-28 15:19:52 +02:00
atrfilteredinput.s Add VT100 driver for Atari. 2017-08-02 23:25:00 +02:00
atrinit.s Generalized Apple II slot setting. 2017-06-04 00:10:36 +02:00
atrinput.s Atari: fix stray cursor image when connecting to BSDs. 2017-09-04 20:03:50 +02:00
atrkernal.s Added support for the ATARI 8-bit with Dragon Cart. 2015-08-28 15:19:52 +02:00
atrprint.s Add VT100 driver for Atari. 2017-08-02 23:25:00 +02:00
atrtimer.s atrtimer.s: initialize the interrupt variables before enabling the interrupt 2017-09-25 17:07:25 +02:00
atrvt100.s atrvt100.s: use ADRESS instead of xVector variable 2017-09-25 23:40:55 +02:00
atrvt100font.s Atari: add line-drawing chars in font. 2017-09-11 23:35:16 +02:00
c64_input.s Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
c64filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
c64init.s Generalized Apple II slot setting. 2017-06-04 00:10:36 +02:00
c64input.s c64input.s: fix latency when typing 2017-09-30 16:17:07 +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.font Added font for C64 VT100. 2017-05-20 21:41:18 +02:00
c64vt100.s Improved cursor handling consistency. 2017-08-30 20:04:57 +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 Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
rr-net.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
uthernet2.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
vic20init.s Generalized Apple II slot setting. 2017-06-04 00:10:36 +02:00
vic20input.s Allow Telnet65 to send ASCII code 0 - on the Apple II. 2017-08-09 21:27:28 +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 atrtimer.s, vic20timer.s: use decimal mode in interrupt handler 2017-09-24 02:29:42 +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