Change color

This commit is contained in:
Greg Shuflin 2022-06-13 16:00:41 -07:00
parent dba3191aa2
commit 9794d93fb0
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ start:
; Set up the color palette
stz CGADD
; Set color zero to red
; Set color zero to some color
; $001f = %0000000000011111
; bbbbbgggggrrrrr
lda #$1f
lda #$ff
sta CGDATA
lda #$00
lda #$03
sta CGDATA
lda #$0f