C64 colors

This commit is contained in:
Pecusx
2023-05-09 12:40:57 +02:00
parent f79da6ac0f
commit 5693fffd8a
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -218,7 +218,7 @@ next8lines
.endp .endp
;-------------------------------------------------- ;--------------------------------------------------
.proc SetMainScreen .proc SetMainScreen
lda #1 ; White background and border lda #$b ; Grey background and border
sta $d020 sta $d020
sta $d021 sta $d021
@@ -241,7 +241,7 @@ next8lines
sta $d900,x sta $d900,x
sta $da00,x sta $da00,x
sta $db00,x sta $db00,x
lda #$21 lda #$0f
sta $0400,x sta $0400,x
sta $0500,x sta $0500,x
sta $0600,x sta $0600,x
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.