mandel-6502/todo.md

18 lines
480 B
Markdown
Raw Normal View History

2024-12-29 04:44:27 +00:00
things to try:
2025-01-04 20:13:27 +00:00
* fix status bar to show elapsed time, per-iter time, per-pixel iter count
* 'turbo' mode disabling graphics in full or part
2024-12-29 04:44:27 +00:00
* patch the entire expanded-ram imul8xe on top of imul8 to avoid the 3-cycle thunk penalty :D
2025-01-04 20:13:27 +00:00
* maybe clean up the load/layout of the big mul table
* consider alternate lookup tables in the top 16KB under ROM
2024-12-29 04:44:27 +00:00
* y-axis mirror optimization
2024-12-30 21:44:31 +00:00
* extract viewport for display & re-input via keyboard
2024-12-29 04:44:27 +00:00
* fujinet screenshot/viewport uploader