1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-19 23:29:07 +00:00
cc65/libsrc/creativision
Oliver Schmidt 1976d6cd32 Removed IRQ support from joystick drivers.
All but one joystick drivers didn't use IRQs. Espsecially when the joystick driver kernel was the only .interruptor this meant quite some unnecessary overhead because it pulled in the whole IRQ infrastructure.

I was told that the one driver using IRQs (the DXS/HIT-4 Player joystick driver for the C64) can be reworked to not do it. Until this is done that driver is defunct.
2018-02-01 22:38:36 +01:00
..
joy Removed IRQ support from joystick drivers. 2018-02-01 22:38:36 +01:00
_scrsize.s
boxchars.inc
cclear.s
cgetc.s
chline.s
clrscr.s Creativison changes. 2017-03-17 21:42:51 +01:00
color.s
cputc.s Creativison changes. 2017-03-17 21:42:51 +01:00
crt0.s Creativison changes. 2017-03-17 21:42:51 +01: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
libref.s
psg.s
setcursor.s
sysuname.s
wherex.s
wherey.s