gr: scroll: more work

This commit is contained in:
Vince Weaver 2022-05-18 09:07:38 -04:00
parent c3f95ea6f0
commit c3bd11a910

View File

@ -13,6 +13,7 @@
; by Vince `deater` Weaver
SPEAKER = $C030
SET_GR = $C050
SET_TEXT = $C051
FULLGR = $C052
@ -65,8 +66,10 @@ main_loop:
sta OUTH
lda #200
jsr WAIT
bit SPEAKER
; lda #200
; jsr WAIT
;============================