1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Renamed the CBM510 lightpen driver to include the 184-C pen.

This commit is contained in:
Greg King 2013-09-10 06:47:17 -04:00
parent 34c23c4c7d
commit 2b02a03e6c
2 changed files with 4 additions and 2 deletions

View File

@ -118,7 +118,7 @@
/* The addresses of the static drivers */
extern void cbm510_170c_mou[];
extern void cbm510_inkwl_mou[];
extern void cbm510_joy_mou[]; /* Referred to by mouse_static_stddrv[] */
extern void cbm510_ram_emd[];
extern void cbm510_std_joy[]; /* Referred to by joy_static_stddrv[] */

View File

@ -1,5 +1,7 @@
;
; Driver for the Inkwell Systems 170-C lightpen.
; Driver for the Inkwell Systems 170-C and 184-C lightpens.
;
; This driver reads only the main button on the 184-C.
;
; 2013-09-05, Greg King
;