megademo: actually print text as expected

This commit is contained in:
Vince Weaver 2018-10-20 22:17:30 -04:00
parent a80fa54a12
commit 980b7a3f52

View File

@ -36,6 +36,8 @@ c64_opener:
lda #>apple2_text lda #>apple2_text
sta OUTH sta OUTH
jsr move_and_print
jsr move_and_print
jsr move_and_print jsr move_and_print
;============================== ;==============================
@ -105,7 +107,7 @@ c64_smc2:
lda c64_multiples+15,x ; lookup split size ; 4 \ lda c64_multiples+15,x ; lookup split size ; 4 \
sta c64_smc+1 ; modify code ; 4 | sta c64_smc+1 ; modify code ; 4 |
c64_smc: ; |-- 65 c64_smc: ; |-- 65
jsr split_4 ; 6+46 | jsr tsplit_4 ; 6+46 |
dey ; 2 | dey ; 2 |
bne c64_mixed_loop ; 3 / bne c64_mixed_loop ; 3 /