1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-19 14:29:40 +00:00
cc65/libsrc/telestrat
Oliver Schmidt dacee3b9ed Removed IRQ support from TGI drivers.
All but one TGI drivers didn't use IRQs. Especially when the TGI driver kernel was the only .interruptor this meant quite some unnecessary overhead because it pulled in the whole IRQ infrastructure.

The one driver using IRQs (the graphics driver for the 160x102x16 mode on the Lynx) now uses a library reference to set up a JMP to its IRQ handler.
2018-02-02 18:15:45 +01:00
..
tgi Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
_scrsize.s Correcting scrsize.s into _scrsize.s 2017-02-03 21:11:37 +01:00
cgetc.s Optimizing (from Polluks tip) 2017-10-16 18:15:53 +02:00
close.s Fixing telestrat.h 2017-02-02 22:53:28 +01:00
clrscr.s clrscr.s switch to text mode 2017-10-16 17:28:00 +02:00
crt0.s Merge telemon24 and telemon30 into telestrat target. 2017-01-31 22:09:14 +01:00
ctype.s Merge telemon24 and telemon30 into telestrat target. 2017-01-31 22:09:14 +01:00
gotox.s adding gotox.s gotoy.s wherex.s wherey.s 2017-02-25 22:20:17 +01:00
gotoxy.s Added a missing label to some conio cursor movement functions. 2017-06-15 16:44:46 -04:00
gotoy.s Cleaning 2017-02-25 22:23:46 +01:00
initcwd.s Shrank Telestrat initcwd.s by 3 bytes. 2018-01-09 04:48:39 -05:00
irq.s irq.s added 2017-10-16 17:34:32 +02:00
libref.s tgi_clear, tgi_init, tgi_done, tgi_getmaxx, tgi_getmaxy are working 2017-10-16 18:08:48 +02:00
mainargs.s Fixing telestrat.h 2017-02-02 22:53:28 +01:00
open.s Fixing telestrat.h 2017-02-02 22:53:28 +01:00
orixhdr.s Correcting some code from github comments 2017-02-01 23:58:33 +01:00
oserror.s Now mkdir is working 2017-10-28 00:37:47 +02:00
read.s Last push for tonight :) 2017-02-02 00:11:11 +01:00
sound.s Merge telemon24 and telemon30 into telestrat target. 2017-01-31 22:09:14 +01:00
sysmkdir.s Now mkdir is working 2017-10-28 00:37:47 +02:00
sysuname.s Merge telemon24 and telemon30 into telestrat target. 2017-01-31 22:09:14 +01:00
tgi_colors.s tgi_clear, tgi_init, tgi_done, tgi_getmaxx, tgi_getmaxy are working 2017-10-16 18:08:48 +02:00
tgi_stat_stddrv.s tgi_clear, tgi_init, tgi_done, tgi_getmaxx, tgi_getmaxy are working 2017-10-16 18:08:48 +02:00
wherex.s Cleaning 2017-02-25 22:23:46 +01:00
wherey.s Cleaning 2017-02-25 22:23:46 +01:00
write.s Fixing telestrat.h 2017-02-02 22:53:28 +01:00