Superfast Mandelbrot generator v5

It is based on an algorithm published on pouet in 2021. Its implementation uses black and white on 1x4 texture bricks to simulate 8 colors. Generated pictures are 512x256 raster images. It is very likely that this algoritm implementation is the fastest known Mandelbrot set computation routine for the 68000.

A bin-archive with the executable file is here.

Sources are available on github.