Move comment block as requested
This commit is contained in:
parent
294b5d1cf1
commit
81d3dedb41
1 changed files with 3 additions and 5 deletions
|
@ -46,6 +46,9 @@ invertcursor:
|
|||
lda #$34
|
||||
sta $01
|
||||
|
||||
; do not use soft80_putcolor here to make sure the cursor is always
|
||||
; shown using the current textcolor without disturbing the "color voodoo"
|
||||
; in soft80_cputc
|
||||
ldy #0
|
||||
bcs @set
|
||||
; restore old value
|
||||
|
@ -72,11 +75,6 @@ invertcursor:
|
|||
cli
|
||||
rts
|
||||
|
||||
; do not use soft80_putcolor here to make sure the cursor is always
|
||||
; shown using the current textcolor without disturbing the "color voodoo"
|
||||
; in soft80_cputc
|
||||
|
||||
|
||||
.rodata
|
||||
nibble: .byte $f0, $0f
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue