mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-24 08:30:54 +00:00
show all SGR (inverse, bold, underscore, blink) as inverted.
This commit is contained in:
parent
900dccb3d1
commit
c2d3ee0f28
@ -473,8 +473,11 @@ csi_m
|
|||||||
blt :loop
|
blt :loop
|
||||||
|
|
||||||
* now update - bit 7 indicates inverse.
|
* now update - bit 7 indicates inverse.
|
||||||
|
stz draw_inverse
|
||||||
lda SGR
|
lda SGR
|
||||||
and #$80
|
beq :rts
|
||||||
|
lda #$80
|
||||||
|
* and #$80
|
||||||
sta draw_inverse
|
sta draw_inverse
|
||||||
|
|
||||||
:rts rts
|
:rts rts
|
||||||
|
Loading…
Reference in New Issue
Block a user