mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 22:30:49 +00:00
xmas2019: adjust music line length
This commit is contained in:
parent
7f0290d56b
commit
79e5710786
@ -188,7 +188,7 @@ r12_smc:
|
|||||||
|
|
||||||
iny ; 2
|
iny ; 2
|
||||||
sty FRAME_PLAY_OFFSET ; 3
|
sty FRAME_PLAY_OFFSET ; 3
|
||||||
cpy #63*4 ; FIXME: song specific ; 2
|
cpy #0 ;64*4 ; FIXME: song specific ; 2
|
||||||
beq frame_wrap ; 3
|
beq frame_wrap ; 3
|
||||||
;==========
|
;==========
|
||||||
; 10
|
; 10
|
||||||
|
@ -82,8 +82,8 @@ lc_frame_decode_loop:
|
|||||||
|
|
||||||
no_play_music:
|
no_play_music:
|
||||||
lda FRAME_OFFSET
|
lda FRAME_OFFSET
|
||||||
cmp #63*4 ; FIXME: make this depend on song
|
cmp #0 ;64*4 ; FIXME: make this depend on song
|
||||||
; hardcoding for 63 for our song
|
; hardcoding for 64 for our song
|
||||||
bne lc_frame_decode_loop
|
bne lc_frame_decode_loop
|
||||||
|
|
||||||
inc FRAME_PAGE
|
inc FRAME_PAGE
|
||||||
|
@ -103,7 +103,7 @@ TREESIZE = 12
|
|||||||
|
|
||||||
jsr HGR
|
jsr HGR
|
||||||
|
|
||||||
bit SET_GR
|
bit SET_TEXT
|
||||||
bit FULLGR
|
bit FULLGR
|
||||||
bit LORES
|
bit LORES
|
||||||
bit PAGE0
|
bit PAGE0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user