Address review comments

- removed typo from comment
- removed redundant AND instruction
This commit is contained in:
Stephan Mühlstrasser
2019-09-17 20:03:51 +02:00
committed by greg-king5
parent 668273cdf5
commit 7547c4c77c
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ _cgetc:
lda (SCREEN_PTR),y ; fetch current character
sta tmp1 ; save it
lda #$A1 ; full white square
sta (SCREEN_PTR),y ; store at cursor position^
sta (SCREEN_PTR),y ; store at cursor position
nocursor:
jsr _kbhit ; get input character in A