Prepare for mountains colors (test)

But no memory for one "NOP" (a800) and colors array :)
This commit is contained in:
Pecusx
2022-11-30 09:58:48 +01:00
parent 18cce6377e
commit d14f9a2999
5 changed files with 27 additions and 21 deletions
+11 -7
View File
@@ -1178,29 +1178,33 @@ MakeTanksVisible
rts
.endp
;--------------------------------------------------
/* .proc DLIinterruptGraph
.proc DLIinterruptGraph
;sta dliA
;sty dliY
pha
phy
ldy dliCounter
lda dliColorsBack,y
ldy dliColorsFore
nop
nop
nop
.IF TARGET = 800
nop ; necessary on 800 because DLIs take less time, jitter visible without it
nop
;nop
.ENDIF
sta COLPF1
sty COLPF2
; lda dliColorsFore,y ; mountains colors array
lda dliColorsFore ; one mauntain color
sta COLPF2
inc dliCounter
;ldy dliY
;lda dliA
ply
pla
rti
.endp */
.endp
.proc DLIinterruptGraph
/* .proc DLIinterruptGraph
pha
lda dliColorsFore
nop
@@ -1218,7 +1222,7 @@ MakeTanksVisible
sta DliColorBack
pla
rti
.endp
.endp */
;--------------------------------------------------
.proc DLIinterruptOptions
;sta dliA