Added a cbm510 lightpen driver.

It's similar to the current c64 and c128 lightpen drivers.
This commit is contained in:
Greg King
2013-09-09 17:03:40 -04:00
parent edc5ed4f54
commit e0c8c7dcb1
4 changed files with 544 additions and 1 deletions

View File

@@ -118,7 +118,8 @@
/* The addresses of the static drivers */
extern void cbm510_joy_mou[]; /* Referred to by mouse_static_stddrv[] */
extern void cbm510_170c_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[] */
extern void cbm510_std_ser[];