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
1 changed files with 2 additions and 2 deletions

View File

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