mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
XModem: remove a couple of debug insns
This commit is contained in:
parent
7383c05f9e
commit
464ce2e99d
@ -9,7 +9,7 @@ DISPATCH = $C7FC
|
|||||||
.org $CFE5 ; 20 bytes here
|
.org $CFE5 ; 20 bytes here
|
||||||
.ifdef EN_XMODEM
|
.ifdef EN_XMODEM
|
||||||
lp: jsr GETNUM
|
lp: jsr GETNUM
|
||||||
sta $00
|
;sta $00 ; DEBUG, comment out for release
|
||||||
cmp #$EB ; 'R'
|
cmp #$EB ; 'R'
|
||||||
beq :+
|
beq :+
|
||||||
cmp #$F0 ; 'W'
|
cmp #$F0 ; 'W'
|
||||||
|
@ -189,7 +189,7 @@ asftsave: jsr asftprgio
|
|||||||
asftload: jsr asftprgio ; current length does not matter
|
asftload: jsr asftprgio ; current length does not matter
|
||||||
clc
|
clc
|
||||||
jsr xmentry
|
jsr xmentry
|
||||||
sta $300
|
; sta $300 ; DEBUG, comment out for release
|
||||||
bcs loaderr ; if error, execute NEW
|
bcs loaderr ; if error, execute NEW
|
||||||
lda A2L ; otherwise A2L/H have exact end address
|
lda A2L ; otherwise A2L/H have exact end address
|
||||||
ldy A2H ; regardless of appended junk
|
ldy A2H ; regardless of appended junk
|
||||||
|
Loading…
Reference in New Issue
Block a user