XModem: remove a couple of debug insns

This commit is contained in:
mgcaret 2018-10-05 23:52:32 -07:00
parent 7383c05f9e
commit 464ce2e99d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ DISPATCH = $C7FC
.org $CFE5 ; 20 bytes here
.ifdef EN_XMODEM
lp: jsr GETNUM
sta $00
;sta $00 ; DEBUG, comment out for release
cmp #$EB ; 'R'
beq :+
cmp #$F0 ; 'W'

View File

@ -189,7 +189,7 @@ asftsave: jsr asftprgio
asftload: jsr asftprgio ; current length does not matter
clc
jsr xmentry
sta $300
; sta $300 ; DEBUG, comment out for release
bcs loaderr ; if error, execute NEW
lda A2L ; otherwise A2L/H have exact end address
ldy A2H ; regardless of appended junk