mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-23 05:29:03 +00:00
plasmag_hgr: try every 4th line
This commit is contained in:
parent
f1b34ac48e
commit
e4e1f20770
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user