1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/libsrc/nes
Oliver Schmidt 673b27cc1b Added empty IRQ backend.
The driver kernels all require IRQ handling even if the actual drivers don't make use of it. So in order to successfully link a NES program using the joystick and/or TGI driver there has to be at least a "dummy" IRQ backend.
2015-07-22 11:36:54 +02:00
..
joy
tgi
_scrsize.s
cclear.s
chline.s
clock.s
clrscr.s
color.s
cputc.s
crt0.s
ctype.s
cvline.s
get_tv.s
gotox.s
gotoxy.s
gotoy.s
irq.s Added empty IRQ backend. 2015-07-22 11:36:54 +02:00
joy_stat_stddrv.s
joy_stddrv.s
libref.s
mainargs.s
Makefile.inc
neschar.inc
ppu.s
ppubuf.s
randomize.s
revers.s
setcursor.s
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
waitvblank.s
wherex.s
wherey.s