correct zoom border checks
This commit is contained in:
parent
0fcf4d6676
commit
504457595a
1 changed files with 2 additions and 0 deletions
2
mandel.s
2
mandel.s
|
@ -1148,11 +1148,13 @@ skip_char:
|
||||||
rts
|
rts
|
||||||
|
|
||||||
plus:
|
plus:
|
||||||
|
lda zoom
|
||||||
cmp #8
|
cmp #8
|
||||||
bpl skip_char
|
bpl skip_char
|
||||||
inc zoom
|
inc zoom
|
||||||
jmp done
|
jmp done
|
||||||
minus:
|
minus:
|
||||||
|
lda zoom
|
||||||
cmp #1
|
cmp #1
|
||||||
bmi skip_char
|
bmi skip_char
|
||||||
dec zoom
|
dec zoom
|
||||||
|
|
Loading…
Reference in a new issue