Simple VIC-20 color scheme applicator #385
gdm413229
started this conversation in
Show and tell
Replies: 1 comment
-
Here is a patch to default to these colors. code doit
1 ldx,# $d021 stx,
0 ldx,# \ x must be 0
;code
6 $c19 c! 3 $c08 c!
$20 $c0c c! \ jsr
' doit $c0d ! Here is my work Intepreter.asm ldx #0 ; change to ldx #3 $c08
stx $d020
stx $d021 ; change to jsr ' doit $c0c $20 ?
lda #>TIB
sta TIB_PTR + 1
lda #$36 ; ram + i/o + kernal
sta 1
; Yellow text.
lda #7 ; change to lda #6 $c19
sta $286 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's a simple Forth word that applies the VIC-20's color scheme to the DurexForth interpreter console.
Beta Was this translation helpful? Give feedback.
All reactions