Reference cards
Graphics modes |
Text modes
BASIC mode 0 (ANTIC mode 2)
40 x 24, 2 colors |
BASIC mode 1 (ANTIC mode 6)
20 x 24, 5 colors |
BASIC mode 2 (ANTIC mode 7)
20 x 12, 5 colors |
BASIC mode 12 (ANTIC mode 4)
40 x 24, 5 colors |
BASIC mode 13 (ANTIC mode 4)
40 x 12, 5 colors |
Graphics modes
BASIC mode 3 (ANTIC mode 8)
40 x 24, 4 colors |
BASIC mode 4 (ANTIC mode 9)
80 x 48, 2 colors |
BASIC mode 5 (ANTIC mode A)
80 x 48, 4 colors |
BASIC mode 6 (ANTIC mode B)
160 x 96, 2 colors |
BASIC mode 7 (ANTIC mode D)
160 x 96, 4 colors |
BASIC mode 8 (ANTIC mode F)
320 x 192, 2 colors |
BASIC mode 9 (ANTIC mode F)
80 x 192, 16 colors |
BASIC mode 10 (ANTIC mode F)
80 x 192, 9 colors |
BASIC mode 11 (ANTIC mode F)
80 x 192, 16 colors |
BASIC mode 14 (ANTIC mode C)
160 x 192, 2 colors |
BASIC mode 15 (ANTIC mode E)
160 x 192, 4 colors |
ANTIC
ANTIC ("Alpha-Numeric Television Interface Circuit") is a microprocessor dedicated to the television display. It is a true microprocessor; it has an instruction set, a program (called the display list), and data. The display list and the display data are written into RAM by the 6502. ANTIC retrieves this information from RAM using direct memory access (DMA). It processes the higher level instructions in the display list and translates these instructions into a real-time stream of simple instructions to GTIA.
CTIA/GTIA
CTIA ("Color Television Interface Adapter") / GTIA ("George's Television Interface Adapter") is a television interface chip. ANTIC directly controls most of GTIA's operations, but the 6502 can be programmed to intercede and control some or all of GTIA's functions. GTIA converts the digital commands from ANTIC (or the 6502) into the signal that goes to the television. GTIA also adds some factors of its own, such as color values, player-missile graphics, and collision detection. Early 400/800 models included CTIA, later 400/800 models and all later 8-bit Ataris included GTIA. In BASIC, type POKE 623,64 [RETURN] and if the screen blackens, you have the GTIA chip. If it stays blue, you have the old CTIA chip. By the way, apparently no CTIA-equipped Ataris were shipped to Europe.
References
https://www.atariarchives.org/dere/chapt02.php
https://www.atariarchives.org/mapping/appendix8.php
https://hintermueller.de/dereatari-chapter-2
https://www.atari65xe.com/2019/03/04/atari-graphics-3/
https://www.atariarchives.org/agagd/chapter1.php
https://www.atariarchives.org/c2bag/page020.php
http://antic-things.blogspot.com/