Add color setup

This commit is contained in:
Karri Kaksonen
2022-04-19 10:32:22 +03:00
committed by mrdudz
parent 29b9a9f615
commit 9ad2eea146

View File

@@ -219,8 +219,12 @@ vblankoff:
sta BKGRND
sta CURS_X
sta CURS_Y
lda #$0f ; White
lda #$33 ; Red
sta P0C1
lda #$c8 ; Green
sta P0C2
lda #$0f ; White
sta P0C3
rts
.endproc