Move comment block as requested
This commit is contained in:
@@ -46,6 +46,9 @@ invertcursor:
|
|||||||
lda #$34
|
lda #$34
|
||||||
sta $01
|
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
|
ldy #0
|
||||||
bcs @set
|
bcs @set
|
||||||
; restore old value
|
; restore old value
|
||||||
@@ -72,11 +75,6 @@ invertcursor:
|
|||||||
cli
|
cli
|
||||||
rts
|
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
|
.rodata
|
||||||
nibble: .byte $f0, $0f
|
nibble: .byte $f0, $0f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user