Revert "Temporarily change color to green"
This reverts commit 8ff3cb63da
.
This commit is contained in:
parent
8ff3cb63da
commit
379d1c88fc
@ -24,9 +24,9 @@ start:
|
|||||||
sta CGDATA
|
sta CGDATA
|
||||||
|
|
||||||
; Color 1 - red
|
; Color 1 - red
|
||||||
lda #$e0
|
lda #$1f
|
||||||
sta CGDATA
|
sta CGDATA
|
||||||
lda #$03
|
lda #$00
|
||||||
sta CGDATA
|
sta CGDATA
|
||||||
|
|
||||||
; Color 2 - blue
|
; Color 2 - blue
|
||||||
|
Loading…
Reference in New Issue
Block a user