1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Add color setup

This commit is contained in:
Karri Kaksonen 2022-04-19 10:32:22 +03:00
parent 6a9eeeb5b0
commit 890a181ae5

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