mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-19 12:32:35 +00:00
pt3: oops last commit stuck the speed check in slightly wrong place
This commit is contained in:
parent
4f97ba511c
commit
e549d24cc8
BIN
pt3_player/SR.PT3
Normal file
BIN
pt3_player/SR.PT3
Normal file
Binary file not shown.
@ -431,14 +431,14 @@ pt3_init_song:
|
||||
sbc #'0'
|
||||
sta pt3_version
|
||||
|
||||
not_ascii_number:
|
||||
|
||||
;=======================
|
||||
; load default speed
|
||||
|
||||
lda PT3_LOC+PT3_SPEED
|
||||
sta pt3_speed
|
||||
|
||||
not_ascii_number:
|
||||
|
||||
rts
|
||||
|
||||
e_slide_amount: .byte $0
|
||||
|
Loading…
Reference in New Issue
Block a user