mirror of
https://github.com/g012/l65.git
synced 2025-01-25 13:31:02 +00:00
Added volume copy missing in music sample.
This commit is contained in:
parent
b2ddbda4e2
commit
2f89c9f9c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user