This commit is contained in:
Brooke Vibber 2024-12-14 18:56:26 -08:00
parent 5637783529
commit 7f2bc43cff

View file

@ -37,6 +37,7 @@ Add a running counter of ms/px using the vertical blank interrupts as a timer. T
Check for cycles in (zx,zy) output when in the 'lake'; if values repeat, they cannot escape. This is a big time saver in fractint.
I may be able to do a faster multiply using tables of squares for 8-bit component multiplication.
(done)
## Deps and build instructions