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
|
||||
|
||||
plus:
|
||||
lda zoom
|
||||
cmp #8
|
||||
bpl skip_char
|
||||
inc zoom
|
||||
jmp done
|
||||
minus:
|
||||
lda zoom
|
||||
cmp #1
|
||||
bmi skip_char
|
||||
dec zoom
|
||||
|
|
Loading…
Reference in a new issue