fix short m bug.

This commit is contained in:
Kelvin Sherlock 2016-10-16 20:45:24 -04:00
parent ad1ea50499
commit 837e992254
1 changed files with 13 additions and 7 deletions

View File

@ -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