Disable scrolling
git-svn-id: svn://svn.cc65.org/cc65/trunk@1791 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8b42db95cb
commit
67890598ac
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ putchar = $CC2F
|
||||||
; Module constructor/destructor
|
; Module constructor/destructor
|
||||||
|
|
||||||
initcputc:
|
initcputc:
|
||||||
lda #$80
|
lda #$C0
|
||||||
.byte $2C
|
.byte $2C
|
||||||
donecputc:
|
donecputc:
|
||||||
lda #$00
|
lda #$00
|
||||||
|
|
Loading…
Add table
Reference in a new issue