diff options
Diffstat (limited to 'conio')
-rw-r--r-- | conio/cputc.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conio/cputc.s b/conio/cputc.s index 60fa7cc..748eb00 100644 --- a/conio/cputc.s +++ b/conio/cputc.s @@ -13,7 +13,7 @@ ; ;.export _cputcxy, _cputc - .export _cputc + .export _cputc, _crlf .export plot, cputdirect, putchar .import popa, _gotoxy .importzp tmp4,ptr4 @@ -64,6 +64,7 @@ cputdirect: ; accepts screen code sta COLCRS .export newline +_crlf: newline: lda #0 sta COLCRS |