Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
XModem: remove a couple of debug insns
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcaret committed Oct 6, 2018
1 parent 7383c05 commit 464ce2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rom4x/B0_CFE5_monrw.s
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion rom4x/inc/xmodem.s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 464ce2e

Please sign in to comment.