]> git.sur5r.net Git - cc65/commit
Added empty IRQ backend.
authorOliver Schmidt <ol.sc@web.de>
Wed, 22 Jul 2015 09:36:39 +0000 (11:36 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 22 Jul 2015 09:36:54 +0000 (11:36 +0200)
commit673b27cc1b8fa0d7a7004ab715f03c229826cbd9
tree25538e963cca0e9f9a317bdfbb70c636fe207395
parentdb16a8eb244f3e455b11fcc5d0d059683c6493b6
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.
libsrc/nes/irq.s [new file with mode: 0644]