mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 06:31:25 +00:00
chiptune_player: end of song truncated, can't figure out why :(
This commit is contained in:
parent
c8ad0aae02
commit
05ac8c64d9
Binary file not shown.
@ -179,13 +179,17 @@ done_play:
|
||||
|
||||
lda #0
|
||||
sta CH
|
||||
|
||||
jsr clear_bottoms
|
||||
|
||||
lda #21
|
||||
sta CV
|
||||
lda #<done_message
|
||||
sta OUTL
|
||||
lda #>done_message
|
||||
sta OUTH
|
||||
jsr move_and_print
|
||||
|
||||
jsr print_both_pages
|
||||
|
||||
forever_loop:
|
||||
jmp forever_loop
|
||||
@ -262,6 +266,7 @@ mb_write_loop:
|
||||
bne mb_not_one
|
||||
cmp #$ff ; if ff, done song
|
||||
bne mb_not_one
|
||||
|
||||
lda #1
|
||||
sta DONE_PLAYING
|
||||
jmp done_interrupt
|
||||
|
Loading…
x
Reference in New Issue
Block a user