Skip to content

Commit

Permalink
NSS: fix slide semantics
Browse files Browse the repository at this point in the history
Do not reset the slide effect once the slide reached its end, to
try and match Furnace's semantics
  • Loading branch information
dciabrin committed Aug 15, 2024
1 parent 43ab3cf commit fd2951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nullsound/nss-ssg.s
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ eval_ssg_slide_step::
cp a, #0
jp nz, _ssg_slide_add_intermediate
;; otherwise reset note state and load into YM2610
ld NOTE_SEMITONE_OFFSET(ix), d
;; ld NOTE_SEMITONE_OFFSET(ix), d
;; hl: base note period for current semitone
ld hl, #ssg_tune
ld a, d
Expand Down

0 comments on commit fd2951c

Please sign in to comment.