Add color setup

This commit is contained in:
Karri Kaksonen 2022-04-19 10:32:22 +03:00
parent 6a9eeeb5b0
commit 890a181ae5
1 changed files with 5 additions and 1 deletions

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