1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-18 06:59:55 +00:00
cc65/libsrc/lynx
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
..
joy
ser
tgi Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
bllhdr.s
bootldr.s
cgetc.s
clock.s
crt0.s
ctype.s
defdir.s Changed __BLOCKSIZE__ to __BANK0BLOCKSIZE__. 2016-09-11 22:26:52 +02:00
eeprom46.s
eeprom66.s
eeprom86.s
eeprom.s
exec.s
exehdr.s
extzp.inc
extzp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
irq.s
joy_stat_stddrv.s
kbhit.s
libref.s Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
load.s
lseek.s
lynx-cart.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lynx-snd.s
mainargs.s
open.s
oserror.s
read.s
sysuname.s
tgi_colors.s
tgi_irq.s Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
tgi_stat_stddrv.s
tgi_stddrv.s
uploader.s