fix pixel shift
This commit is contained in:
parent
dbbec8ed6d
commit
b4721ae46b
1 changed files with 3 additions and 0 deletions
3
mandel.s
3
mandel.s
|
@ -584,6 +584,9 @@ point:
|
||||||
; pixel_mask <<= pixel_shift (shifting in ones)
|
; pixel_mask <<= pixel_shift (shifting in ones)
|
||||||
and #3
|
and #3
|
||||||
sta pixel_shift
|
sta pixel_shift
|
||||||
|
lda #3
|
||||||
|
sec
|
||||||
|
sbc pixel_shift
|
||||||
tax
|
tax
|
||||||
shift_loop:
|
shift_loop:
|
||||||
beq shift_done
|
beq shift_done
|
||||||
|
|
Loading…
Reference in a new issue