mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
fix b1 check
This commit is contained in:
parent
d5ca73dc14
commit
4e2916c4cb
@ -964,7 +964,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…
Reference in New Issue
Block a user