mirror of
https://github.com/ksherlock/host-fst.git
synced 2025-01-04 20:29:58 +00:00
fix short m bug.
This commit is contained in:
parent
ad1ea50499
commit
837e992254
20
host.fst.aii
20
host.fst.aii
@ -605,17 +605,17 @@ read proc
|
||||
|
||||
ldx #0
|
||||
lda #0
|
||||
short m
|
||||
short m
|
||||
nloop
|
||||
lda [ptr],y
|
||||
lda [ptr],y
|
||||
tax
|
||||
lda #$ff
|
||||
sta >$009a00+2,x
|
||||
lda #$ff
|
||||
sta >$009a00+2,x
|
||||
dey
|
||||
bpl nloop
|
||||
long m
|
||||
bpl nloop
|
||||
long m
|
||||
|
||||
bra fd_op
|
||||
bra fd_op
|
||||
|
||||
endp
|
||||
|
||||
@ -928,6 +928,8 @@ loop
|
||||
@ok
|
||||
bra ok
|
||||
|
||||
longa on
|
||||
longi on
|
||||
|
||||
endp
|
||||
|
||||
@ -990,10 +992,14 @@ loop
|
||||
@ok
|
||||
bra ok
|
||||
|
||||
longa on
|
||||
longi on
|
||||
|
||||
endp
|
||||
|
||||
open proc
|
||||
|
||||
|
||||
with dp, fst_parms
|
||||
|
||||
jsr build_vcr
|
||||
|
Loading…
Reference in New Issue
Block a user