mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-20 03:33:14 +00:00
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
/* Lightpen Module Header File for VIC-20 */
|
|
|
|
#define LGTPNS $FF //Light Pen Status (Supported)
|
|
|
|
char lgtpen(); //Read Light Pen
|