]> git.sur5r.net Git - cc65/commit
Fix joystick driver. Add interruptor support.
authorChristian Groessler <chris@groessler.org>
Wed, 15 Feb 2017 14:45:49 +0000 (15:45 +0100)
committerChristian Groessler <chris@groessler.org>
Wed, 15 Feb 2017 14:45:49 +0000 (15:45 +0100)
commite6530d68dd51c9c310b7a9aa346bb19d126b4910
treef50497a6f615cc43deb3cef44855f38ab7fdb2e0
parent6df0ba52442e9c03b53f03aa7a7da1da58afd784
Fix joystick driver. Add interruptor support.

Note that the joystick driver doesn't support combined movements (like
left/up or right/down). This should be fixed.
asminc/creativision.inc
include/creativision.h
libsrc/creativision/crt0.s
libsrc/creativision/irq.s [new file with mode: 0644]
libsrc/creativision/joy/creativision-stdjoy.s
testcode/lib/joy-test.c