aboutsummaryrefslogtreecommitdiff
path: root/conio/cputc.s
diff options
context:
space:
mode:
Diffstat (limited to 'conio/cputc.s')
-rw-r--r--conio/cputc.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/conio/cputc.s b/conio/cputc.s
index 4e29482..a34217f 100644
--- a/conio/cputc.s
+++ b/conio/cputc.s
@@ -60,8 +60,8 @@ cputdirect: ; accepts screen code
lda COLCRS
cmp #40
bcc plot
- lda #0
- sta COLCRS
+ ;lda #0
+ ;sta COLCRS
.export newline
_crlf: