Change color
This commit is contained in:
parent
dba3191aa2
commit
9794d93fb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user