fixes in structs, added common cc65 color definitions, cgetc laces cursor in

correct line, interrupts are enabled before jumping into _main


git-svn-id: svn://svn.cc65.org/cc65/trunk@1217 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2002-04-06 17:37:12 +00:00
parent 4a4e24623b
commit 2edcb9d73b
5 changed files with 80 additions and 59 deletions

View File

@@ -25,8 +25,9 @@ _cgetc:
sta stringX
stx stringX+1
lda cursor_y
sec
sbc curHeight
sta stringY
jsr PosSprite
jsr PromptOn
L0: jsr GetNextChar