NTSC Color in Atari 2600

Using NTSC color with TIA(Television Interface Adapter). Really old school~ Cool!

TIA in Atari position:

$00 to $7F are for TIA registers to let the TV scaner scan those RAM value. So all the TV render control will put in those address and let TV component scan.

Case:

        ldx #192	
LoopVisible:
        stx $09	; set the background color
        sta WSYNC	; wait for the next scanline
        dex		; X--
        bne LoopVisible 

Result:

Resources: pikuma course

Date: 2023-12-28 Thu 00:00

Author: Terry Fung

Created: 2024-11-10 Sun 14:09

Emacs 29.4 (Org mode 9.6.15)

Validate