mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
Change blue to white
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user