You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(zaparoo): right-side Display Centering page with H/V offset
Adds a sibling page to the trimmed System Settings menu (reachable via
right-arrow) hosting:
- H Offset (-8..+7 pixels) - +/- to adjust
- V Offset (-8..+7 lines) - +/- to adjust
- CRT mode toggle (relocated from System Settings)
- Exit
Offsets persist via FileSaveConfig in zaparoo_video_offsets.bin (mirror
of the existing zaparoo_launcher_crt.bin pattern). Loaded and pushed to
the FPGA via user_io_status_set on menu init, so they apply on boot.
The 4-bit two's-complement bit pattern matches Menu_MiSTer's signed
status[13:10]/status[17:14] inputs which feed h_offset/v_offset on
native_video_timing.sv.
System Settings page now renders OSD_ARROW_LEFT|OSD_ARROW_RIGHT to
indicate the new sibling, and the CRT row + its dispatcher entry
have been removed (they live in display_menu now).
0 commit comments