2024-12-29 04:44:27 +00:00
|
|
|
things to try:
|
|
|
|
|
|
|
|
* add some preset viewports that can be switched via number keys (1, 2, 3 etc)
|
|
|
|
|
|
|
|
* patch the entire expanded-ram imul8xe on top of imul8 to avoid the 3-cycle thunk penalty :D
|
|
|
|
|
2024-12-30 14:48:04 +00:00
|
|
|
* optimize out a store/load with mul8_add16 and mul8_add24
|
2024-12-29 04:44:27 +00:00
|
|
|
|
|
|
|
* try 3.13 fixed point instead of 4.12 for more precision
|
|
|
|
* can we get away without the extra bit?
|
|
|
|
|
|
|
|
* y-axis mirror optimization
|
|
|
|
|
|
|
|
* 'wide pixels' 2x and 4x for a fuller initial image in the tiered rendering
|
|
|
|
|
|
|
|
* rework the palette cycling to look more like an advancing flow
|
|
|
|
|
|
|
|
* extact viewport for display & re-input via keyboard
|
|
|
|
|
|
|
|
* fujinet screenshot/viewport uploader
|