Address review comments
- removed typo from comment - removed redundant AND instruction
This commit is contained in:
committed by
greg-king5
parent
668273cdf5
commit
7547c4c77c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user