1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-18 09:38:07 +00:00

Change blue to white

This commit is contained in:
Karri Kaksonen 2022-04-02 11:48:05 +03:00
parent 2388d022aa
commit c44557665c
2 changed files with 1 additions and 3 deletions
libsrc/atari7800

@ -222,9 +222,7 @@ vblankoff:
sta P0C1
lda #$c8 ; Green
sta P0C2
lda #$78 ; Blue
lda #$0f ; White
sta P0C3
lda #$0f ; Cursor gray
sta P1C1
rts

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 2.9 KiB