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.
This commit is contained in:
Greg King
2013-05-29 19:48:45 -04:00
parent 7572834ebf
commit 051c21726b
7 changed files with 1373 additions and 6 deletions

View File

@@ -2,11 +2,11 @@
/* */
/* c64.h */
/* */
/* C64 system specific definitions */
/* C64 system-specific definitions */
/* */
/* */
/* */
/* (C) 1998-2010 Ullrich von Bassewitz */
/* (C) 1998-2013 Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@@ -145,6 +145,7 @@ extern void c64_ptvjoy_joy[];
extern void c64_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
extern void c64_1351_mou[]; /* Referred to by mouse_static_stddrv[] */
extern void c64_joy_mou[];
extern void c64_inkwell_mou[];
extern void c64_pot_mou[];
extern void c64_swlink_ser[];
extern void c64_hi_tgi[]; /* Referred to by tgi_static_stddrv[] */