From d2bf77dc26218ae1c2a342fd424a7d532d064904 Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Sat, 4 Jan 2025 12:13:27 -0800 Subject: [PATCH] todo notes --- todo.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/todo.md b/todo.md index a78a2d5..6807ae2 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,15 @@ things to try: +* fix status bar to show elapsed time, per-iter time, per-pixel iter count + +* 'turbo' mode disabling graphics in full or part + * patch the entire expanded-ram imul8xe on top of imul8 to avoid the 3-cycle thunk penalty :D +* maybe clean up the load/layout of the big mul table + +* consider alternate lookup tables in the top 16KB under ROM + * y-axis mirror optimization * extract viewport for display & re-input via keyboard