Fixed several problems with the new output routines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1823 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -21,6 +21,7 @@ _cgetc: lda KEY_COUNT ; Get number of characters
|
||||
|
||||
lda cursor
|
||||
beq L1
|
||||
jsr CURS_SET ; Set cursor to current position
|
||||
jsr CURS_ON
|
||||
jmp L2
|
||||
L1: lda #$01
|
||||
|
||||
Reference in New Issue
Block a user