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:
cuz
2002-12-21 14:11:32 +00:00
parent deca5a5fba
commit ea4d2f4e6f
3 changed files with 50 additions and 17 deletions

View File

@@ -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