mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 16:34:15 +00:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
|
/* Atari 2600 Library Functions for C02 */
|
||
|
|
||
|
void getclr(); //Select Color based on Color/B&W Switch
|
||
|
void setclr(); //Set Colors from Color Table
|
||
|
|