mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-21 07:29:18 +00:00
pt3: get envelopes working, ea.pt3 plays now
This commit is contained in:
parent
e475e43218
commit
caf5063e86
@ -1030,6 +1030,10 @@ decode_case_not_10:
|
||||
|
||||
sta pt3_envelope_type
|
||||
|
||||
lda #$78
|
||||
sta pt3_envelope_type_old
|
||||
|
||||
|
||||
; get next byte
|
||||
iny
|
||||
lda (PATTERN_L),Y
|
||||
@ -1175,6 +1179,9 @@ decode_case_bx_higher:
|
||||
sbc #1
|
||||
sta pt3_envelope_type ; envelope_type=(current_val&0xf)-1;
|
||||
|
||||
lda #$78
|
||||
sta pt3_envelope_type_old
|
||||
|
||||
; get next byte
|
||||
iny
|
||||
lda (PATTERN_L),Y
|
||||
|
Loading…
x
Reference in New Issue
Block a user