1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Move comment block as requested

This commit is contained in:
compyx 2020-07-15 22:44:34 +02:00 committed by greg-king5
parent 294b5d1cf1
commit 81d3dedb41

View File

@ -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