ds: play full frame

This commit is contained in:
Vince Weaver 2019-11-07 13:14:18 -05:00
parent 7bb8695de9
commit 7b1cc8238e

View File

@ -44,7 +44,7 @@ frame_decode_loop:
inc FRAME_OFFSET
lda FRAME_OFFSET
cmp #59 ; FIXME: make this depend on song
cmp #59*3 ; FIXME: make this depend on song
; hardcoding for 59 for our song
bne frame_decode_loop