plasmag_hgr: try every 4th line

This commit is contained in:
Vince Weaver 2023-09-10 00:15:34 -04:00
parent f1b34ac48e
commit e4e1f20770

View File

@ -295,7 +295,7 @@ display_row_sin_smc:
adc PAGE adc PAGE
sta GBASH sta GBASH
lda #3 lda #1
sta COUNT sta COUNT
store_loop: store_loop:
color_smc: color_smc:
@ -309,7 +309,7 @@ display_lookup_smc:
; lda #$fe ; lda #$fe
sta (GBASL),Y sta (GBASL),Y
clc clc
lda #$8 lda #$10
adc GBASH adc GBASH
sta GBASH sta GBASH
dec COUNT dec COUNT