mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-29 05:34:29 +00:00
megademo: actually print text as expected
This commit is contained in:
parent
a80fa54a12
commit
980b7a3f52
@ -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,8 +107,8 @@ 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 /
|
||||||
|
|
||||||
; -1
|
; -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user