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