Minor graphic improvements.

Background color of "more" up/down lines (purchase screen). Color of purchase screen header.
This commit is contained in:
Pecusx
2022-11-05 21:01:20 +01:00
parent 2d1cecfb10
commit 9575dcee11
5 changed files with 16 additions and 5 deletions
+10 -1
View File
@@ -1232,14 +1232,23 @@ EndOfDLI_GO
.proc DLIinterruptText
;sta dliA
pha
lda dliCounter
bne MoreBarsColorChange
lda #TextBackgroundColor
;sta WSYNC
sta COLPF2
mva #TextForegroundColor COLPF3
;lda dliA
bne EndOfDLI_Text
MoreBarsColorChange
and #%00000001
rol
sta COLPF2
EndOfDLI_Text
inc dliCounter
pla
DLIinterruptNone
rti
.endp
;--------------------------------------------------
.proc VBLinterrupt