mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Add color setup
This commit is contained in:
parent
6a9eeeb5b0
commit
890a181ae5
@ -219,8 +219,12 @@ vblankoff:
|
|||||||
sta BKGRND
|
sta BKGRND
|
||||||
sta CURS_X
|
sta CURS_X
|
||||||
sta CURS_Y
|
sta CURS_Y
|
||||||
lda #$0f ; White
|
lda #$33 ; Red
|
||||||
sta P0C1
|
sta P0C1
|
||||||
|
lda #$c8 ; Green
|
||||||
|
sta P0C2
|
||||||
|
lda #$0f ; White
|
||||||
|
sta P0C3
|
||||||
rts
|
rts
|
||||||
|
|
||||||
.endproc
|
.endproc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user