mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
ds: can shoot again
This commit is contained in:
parent
a2b886dc9f
commit
367ce283c0
@ -151,8 +151,25 @@ setup_escape_inner_loop:
|
|||||||
tax
|
tax
|
||||||
|
|
||||||
cpy #43
|
cpy #43
|
||||||
|
bne no_fixup
|
||||||
|
|
||||||
|
iny ; special case last one
|
||||||
|
iny
|
||||||
|
|
||||||
|
no_fixup:
|
||||||
|
cpy #50
|
||||||
bne setup_escape_inner_loop
|
bne setup_escape_inner_loop
|
||||||
|
|
||||||
|
; fix the one at the end
|
||||||
|
dey
|
||||||
|
dey
|
||||||
|
dey
|
||||||
|
dey
|
||||||
|
dey
|
||||||
|
lda (OUTL),Y
|
||||||
|
and #$f8
|
||||||
|
sta (OUTL),Y
|
||||||
|
|
||||||
clc
|
clc
|
||||||
lda #47
|
lda #47
|
||||||
adc OUTL
|
adc OUTL
|
||||||
|
Loading…
Reference in New Issue
Block a user