mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Renamed the CBM510 lightpen driver to include the 184-C pen.
This commit is contained in:
parent
34c23c4c7d
commit
2b02a03e6c
@ -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[] */
|
||||
|
@ -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
|
||||
;
|
Loading…
Reference in New Issue
Block a user