mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
pt3_lib: fix issue with looping
Stéphane reported this issue where we were skipping a frame at loop time
This commit is contained in:
parent
521254afec
commit
aaca7075d9
@ -34,7 +34,8 @@ pt3_loop_smc:
|
||||
sta current_subframe_smc+1
|
||||
sta DONE_SONG ; undo the next song
|
||||
|
||||
beq done_pt3_irq_handler ; branch always
|
||||
; beq done_pt3_irq_handler ; branch always
|
||||
beq pt3_play_music ; branch always
|
||||
|
||||
move_to_next:
|
||||
; same as "press right"
|
||||
|
Loading…
Reference in New Issue
Block a user