Now that the final scroller is finally running at an acceptable speed, the second most pressing issue is the Mandelbrot fractal part.
Optimizing a scroller is just a matter of finding a fast way to copy things around, but optimizing a fractal is much more complicated due to the limitations of the 6502 processor regarding doing mathematics.
2020