]> git.sur5r.net Git - cc65/commit
Added Inkwell lightpen drivers for the C64 and the C128.
authorGreg King <gregdk@users.sf.net>
Wed, 29 May 2013 23:48:45 +0000 (19:48 -0400)
committerGreg King <gregdk@users.sf.net>
Thu, 30 May 2013 00:02:29 +0000 (20:02 -0400)
commit051c21726ba5038134b2326872c031d52342c6af
treefa729edcbd13b9305778ddcd15031b41375975cc
parent7572834ebf5db5f5b0a594863d684a65a97b123d
Added Inkwell lightpen drivers for the C64 and the C128.

They use the mouse driver programming interface.

Added a test program for lightpen drivers.  Now, it knows about only those two drivers; it will need updating when others are added.
asminc/c128.inc
asminc/c64.inc
include/c128.h
include/c64.h
libsrc/c128/mou/c128-inkwell.s [new file with mode: 0644]
libsrc/c64/mou/c64-inkwell.s [new file with mode: 0644]
testcode/lib/pen-test.c [new file with mode: 0644]