1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-03 04:29:31 +00:00
C02/vcs/include/colors.txt

21 lines
891 B
Plaintext

vcslib - Atari 2600 Library Functions for C02
This library contains commonly used functions for the Atari VCS.
setclr(&tbl); Sets all four system colors from array tbl,
based on the position of the Color/B&W
awitch.
The array consists of 8 bytes of TIA
Color/Luminance values, as follows:
Player 0 (Color Mode)
Player 1 (Color Mode)
Playfield (Color Mode)
Background (Color Mode)
Player 0 (B&W Mode)
Player 1 (B&W Mode)
Playfield (B&W Mode)
Background (B&W Mode)