Added volume copy missing in music sample.

This commit is contained in:
g012 2017-10-13 00:34:20 +02:00
parent b2ddbda4e2
commit 2f89c9f9c3
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ local function zic_tick()
cmp #tt.FREQ_MASK+1 bcs _instrument
ldy tt.envelope_index_c0,x
lda tt_PercCtrlVolTable-1,y beq _endOfPercussion inc tt.envelope_index_c0,x @_endOfPercussion
sta AUDV0,x lsr lsr lsr lsr sta AUDC0,x
sta AUDV0,x sta AUDV0s,x lsr lsr lsr lsr sta AUDC0,x sta AUDC0s,x
lda tt_PercFreqTable-1,y
sta AUDF0,x
sta AUDF0s,x -- EXTRA for vumeter rendering