cycle 'in' not 'out'
This commit is contained in:
parent
71d8d93abc
commit
14125a398a
1 changed files with 6 additions and 6 deletions
12
mandel.s
12
mandel.s
|
@ -234,12 +234,12 @@ color_map:
|
|||
|
||||
|
||||
palette_start:
|
||||
.byte $04
|
||||
.byte $08
|
||||
.byte $0e
|
||||
.byte $08
|
||||
.byte $04
|
||||
palette_repeat:
|
||||
.byte $03
|
||||
.byte $09
|
||||
.byte $0e
|
||||
.byte $08
|
||||
|
||||
palette_entries = 3
|
||||
|
||||
|
@ -1206,7 +1206,7 @@ skip_luma:
|
|||
ldy palette_offset
|
||||
lda palette_chroma,x
|
||||
ora palette_start,y
|
||||
sta COLOR0
|
||||
sta COLOR2
|
||||
|
||||
;inx
|
||||
iny
|
||||
|
@ -1218,7 +1218,7 @@ skip_luma:
|
|||
iny
|
||||
lda palette_chroma,x
|
||||
ora palette_start,y
|
||||
sta COLOR2
|
||||
sta COLOR0
|
||||
|
||||
rts
|
||||
.endproc
|
||||
|
|
Loading…
Reference in a new issue