mirror of
https://github.com/cc65/cc65.git
synced 2025-01-01 03:30:20 +00:00
Change blue to white
This commit is contained in:
parent
646997ed43
commit
ce313922d1
@ -222,9 +222,7 @@ vblankoff:
|
|||||||
sta P0C1
|
sta P0C1
|
||||||
lda #$c8 ; Green
|
lda #$c8 ; Green
|
||||||
sta P0C2
|
sta P0C2
|
||||||
lda #$78 ; Blue
|
lda #$0f ; White
|
||||||
sta P0C3
|
sta P0C3
|
||||||
lda #$0f ; Cursor gray
|
|
||||||
sta P1C1
|
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue
Block a user