mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
C64 colors
This commit is contained in:
+2
-2
@@ -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
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user