1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 01:24:38 +00:00
cc65/libsrc/atmos
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 Removed IRQ support from joystick drivers. 2018-02-01 22:38:36 +01:00
ser
tgi Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
_scrsize.s
atmos_load.s
atmos_save.s
atmos.s oops 2017-12-17 18:45:57 +01:00
bashdr.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
capslock.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
cclear.s
cgetc.s Moved initcgetc to initcputc 2018-01-23 13:02:47 +01:00
chline.s
clock.s
clrscr.s
color.s
cputc.s Moved initcgetc to initcputc 2018-01-23 13:02:47 +01:00
crt0.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
ctype.s
cvline.s
gotox.s
gotoxy.s Added a missing label to some conio cursor movement functions. 2017-06-15 16:44:46 -04:00
gotoy.s
irq.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
libref.s
mainargs.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
oserrlist.s
oserror.s
read.s
revers.s
store_filename.s
systime.s
sysuname.s
tapehdr.s Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
wherex.s
wherey.s
write.s