1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 01:24:38 +00:00
cc65/libsrc/nes
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
tgi Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
_scrsize.s
cclear.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
chline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
clock.s
clrscr.s
color.s
cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s NES memory map amend (16k prg, 8k chr default) 2016-12-24 08:32:54 +11:00
ctype.s
cvline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
get_tv.s
gotox.s
gotoxy.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
gotoy.s
irq.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
joy_stat_stddrv.s
libref.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
Makefile.inc Indenting optimised 2016-05-29 16:34:22 +02:00
neschar.inc
ppu.s Moved things into ONCE. 2016-03-15 22:55:36 +01:00
ppubuf.s
randomize.s
revers.s
setcursor.s
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
waitvsync.s add headers/fix formatting 2017-07-18 01:04:53 +02:00
wherex.s
wherey.s