Basic graphics routines in separate file and optimizations

This commit is contained in:
Pecusx
2023-05-04 19:19:12 +02:00
parent cf00674136
commit 367e87093e
5 changed files with 228 additions and 213 deletions
+1 -12
View File
@@ -322,18 +322,7 @@ no5200splash
jsr SelectNextGradient.NotWind
; generate linetables
mwa #display temp
mwa #linetableL temp2
mwa #linetableH modify
ldy #0
@ lda temp
sta (temp2),y
lda temp+1
sta (modify),y
adw temp #40
iny
cpy #screenheight+1
bne @-
jsr GenerateLineTable
.IF TARGET = 800