Significant acceleration of drawing mountains on C64 :)

This commit is contained in:
Pecusx
2023-05-23 14:23:09 +02:00
parent 47e2985904
commit 4e73e406a3
3 changed files with 46 additions and 3 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ drawmountainsloop
sta ydraw
sty ydraw+1
.IF FASTER_GRAF_PROCS = 1
; calculate lower opoint in one screen byte
; calculate lower point in one screen byte
lda xdraw
and #%00000111 ; only every 8th pixel
bne MinCalculated