mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
pt3: also fix pt3_lib
This commit is contained in:
parent
3186056500
commit
ea4e5f44f2
@ -1482,12 +1482,14 @@ slide_step_positive1:
|
|||||||
dey ; 2
|
dey ; 2
|
||||||
lda (PATTERN_L),Y ; load byte, set as slide_step low ; 5
|
lda (PATTERN_L),Y ; load byte, set as slide_step low ; 5
|
||||||
plp ; 4
|
plp ; 4
|
||||||
|
clc ; 2
|
||||||
bpl slide_step_positive2 ; 3
|
bpl slide_step_positive2 ; 3
|
||||||
;-1
|
;-1
|
||||||
eor #$ff ; 2
|
eor #$ff ; 2
|
||||||
adc #$0 ;+carry set by earlier CMP ; 2
|
sec ; 2
|
||||||
|
|
||||||
slide_step_positive2:
|
slide_step_positive2:
|
||||||
|
adc #$0 ; 2
|
||||||
sta note_a+NOTE_TONE_SLIDE_STEP_L,X ; 5
|
sta note_a+NOTE_TONE_SLIDE_STEP_L,X ; 5
|
||||||
bcc skip_step_inc1 ; 3
|
bcc skip_step_inc1 ; 3
|
||||||
inc note_a+NOTE_TONE_SLIDE_STEP_H,X ; 7
|
inc note_a+NOTE_TONE_SLIDE_STEP_H,X ; 7
|
||||||
|
@ -1481,12 +1481,12 @@ slide_step_positive1:
|
|||||||
sta note_a+NOTE_TONE_SLIDE_STEP_H,X ; 5
|
sta note_a+NOTE_TONE_SLIDE_STEP_H,X ; 5
|
||||||
dey ; 2
|
dey ; 2
|
||||||
lda (PATTERN_L),Y ; load byte, set as slide_step low ; 5
|
lda (PATTERN_L),Y ; load byte, set as slide_step low ; 5
|
||||||
plp
|
plp ; 4
|
||||||
clc ; 4
|
clc ; 2
|
||||||
bpl slide_step_positive2 ; 3
|
bpl slide_step_positive2 ; 3
|
||||||
;-1
|
;-1
|
||||||
eor #$ff ; 2
|
eor #$ff ; 2
|
||||||
sec
|
sec ; 2
|
||||||
|
|
||||||
slide_step_positive2:
|
slide_step_positive2:
|
||||||
adc #$0 ; 2
|
adc #$0 ; 2
|
||||||
|
Loading…
Reference in New Issue
Block a user