mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 16:34:15 +00:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
|
/* Light Pen Header File *
|
||
|
* Nonfunctional Skeleton for *
|
||
|
* Systems w/o Light Pen Support */
|
||
|
|
||
|
#define LGTPNS 0 //Light Pen Status (Unsupported)
|
||
|
|
||
|
char lgtpen(); //Read Light Pen
|