mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-16 11:30:55 +00:00
fix b1 check
This commit is contained in:
parent
7b447699f8
commit
c4da336e98
@ -965,7 +965,7 @@ else_noise_slide:
|
||||
sta pt3_noise_add
|
||||
|
||||
plp
|
||||
bcc noise_slide_done ; if ((b1 & 0x20) != 0) {
|
||||
beq noise_slide_done ; if ((b1 & 0x20) != 0) {
|
||||
|
||||
; noise_sliding = pt3_noise_add
|
||||
sta note_a+NOTE_NOISE_SLIDING,X
|
||||
|
Loading…
x
Reference in New Issue
Block a user