Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support screen resolutions above 992 pixels wide #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jepler
Copy link

@jepler jepler commented Mar 16, 2025

This works in cursory testing in the finder at e.g. 1280x720 (115200 bytes of screen RAM)

Widths 1024 pixels and above need extra patching because of sites where the row width in bytes is loaded with signed 8-bit moveq. The existing simpler patches are preserved when this is not needed.

jepler added 2 commits March 16, 2025 16:31
This works in cursory testing in the finder at e.g. 1280x720 (115200
bytes of screen RAM)

Widths 1024 pixels and above need extra patching because of sites
where the row width in bytes is loaded with signed 8-bit moveq.
The existing  simpler patches are preserved when this is not needed,
especially as hidecursor now does a fair amount of extra work
re-loading d0 in every iteration of the hide loop, which simplified
the patch.
@jepler jepler changed the title Support higher resolutions Support screen resolutions above 992 pixels Mar 29, 2025
@jepler jepler changed the title Support screen resolutions above 992 pixels Support screen resolutions above 992 pixels wide Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant