diff --git a/mandel.s b/mandel.s index fe29001..d6ae4c6 100644 --- a/mandel.s +++ b/mandel.s @@ -1094,6 +1094,8 @@ done: and #$f0 adc palette + 3 sta COLOR2 + + rts .endproc .proc update_speed diff --git a/todo.md b/todo.md index ed4e628..aebaae3 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,5 @@ things to try: -* fix the pan/zoom bug where it doesn't reset loop right :( - * add some preset viewports that can be switched via number keys (1, 2, 3 etc) * patch the entire expanded-ram imul8xe on top of imul8 to avoid the 3-cycle thunk penalty :D