mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-17 15:06:29 +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
|
|
|