aboutsummaryrefslogtreecommitdiff
path: root/textdecomp.s
diff options
context:
space:
mode:
Diffstat (limited to 'textdecomp.s')
-rw-r--r--textdecomp.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/textdecomp.s b/textdecomp.s
index 5d629ba..a19d460 100644
--- a/textdecomp.s
+++ b/textdecomp.s
@@ -72,13 +72,6 @@ _print_msg:
@printit:
sty ysave ; _cputc trashes Y
-
- cmp #$9b ; always print a \r after a \n
- bne @nocr
- lda #$0d ; \r
- jsr _cputc
- lda #$9b
-@nocr:
jsr _cputc
ldy ysave
lda #0