Skip to content

Commit

Permalink
Correcting zInitMusicPlayback clear length
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Apr 19, 2015
1 parent 551aba4 commit f398e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2.sounddriver.asm
Expand Up @@ -2159,7 +2159,7 @@ zInitMusicPlayback:
ld hl,zComRange
ld de,zComRange+1
ld (hl),0
ld bc,(zTracksSaveEnd-zTracksSaveStart)-1 ; this many bytes (from start of zComRange to just short of end of PSG3 music track)
ld bc,(zTracksEnd-zComRange)-1 ; this many bytes (from start of zComRange to just short of end of PSG3 music track)
ldir
; Restore those queue/flags:
pop bc
Expand Down

0 comments on commit f398e20

Please sign in to comment.