From 67890598ac15b09d62edaa2b73eb14c3849422d5 Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 19 Dec 2002 23:16:51 +0000 Subject: [PATCH] Disable scrolling git-svn-id: svn://svn.cc65.org/cc65/trunk@1791 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/c128/cputc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/c128/cputc.s b/libsrc/c128/cputc.s index d5ee8046d..24d9e4e9b 100644 --- a/libsrc/c128/cputc.s +++ b/libsrc/c128/cputc.s @@ -48,7 +48,7 @@ putchar = $CC2F ; Module constructor/destructor initcputc: - lda #$80 + lda #$C0 .byte $2C donecputc: lda #$00 -- 2.39.5