Compare commits
No commits in common. "504457595a7d4ad1a351b70ea508031c3ad55714" and "d83b811444a1de0cf2f0dd58772d89517fe3d48c" have entirely different histories.
504457595a
...
d83b811444
1 changed files with 1 additions and 3 deletions
4
mandel.s
4
mandel.s
|
|
@ -1148,13 +1148,11 @@ skip_char:
|
|||
rts
|
||||
|
||||
plus:
|
||||
lda zoom
|
||||
cmp #8
|
||||
bpl skip_char
|
||||
inc zoom
|
||||
jmp done
|
||||
minus:
|
||||
lda zoom
|
||||
cmp #1
|
||||
bmi skip_char
|
||||
dec zoom
|
||||
|
|
@ -1211,7 +1209,7 @@ zero_byte_loop:
|
|||
|
||||
jsr imul8xe_init
|
||||
|
||||
; ox = 0; oy = 0
|
||||
; ox = 0; oy = 0; zoom = 0
|
||||
; count_frames = 0; count_pixels = 0
|
||||
lda #0
|
||||
sta ox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue