1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/cbm510
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
..
emd
joy Removed IRQ support from joystick drivers. 2018-02-01 22:38:36 +01:00
mou Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
ser
_scrsize.s
banking.s
break.s
cgetc.s
clrscr.s
color.s
cpeekcolor.s cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
devnum.s
doesclrscr.s cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
extzp.inc
extzp.s
irq.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
kclose.s
kernal.s
kiobase.s
kopen.s
krdtim.s
kreadst.s
kscnkey.s
kscreen.s
ksetnam.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ksettim.s
kudtim.s
libref.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mcbdefault.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s
peeksys.s
pencalib.c Added a cbm510 lightpen driver. 2013-09-09 17:03:40 -04:00
pokesys.s
randomize.s Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
revers.s
systime.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sysuname.s
waitvsync.s add headers/fix formatting 2017-07-18 01:04:53 +02:00