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

Apple II: fix Video-7 RGB card double hi-res modes #10797

Merged
merged 2 commits into from Jan 7, 2023

Conversation

benrg
Copy link
Contributor

@benrg benrg commented Jan 6, 2023

Fix an off-by-1 error in the 160-column mode that caused the rightmost 2 pixels to be omitted. In 140-column color and mixed modes, use custom logic to make 140 wide pixels instead of simulating blurry artifact color. In mixed mode, each high bit controls 7 narrow pixels according to the manual.

With these changes, the card seems to pass all of the tests on the official demo disk, except that foreground-background hires remains unimplemented, "Color Mouse Draw" seems to hang/crash, and some demos sometimes set the wrong mode when run after other demos (including themselves). The last could be a bug in the demos.

Fix an off-by-1 error in the 160-column mode that caused the rightmost 2
pixels to be omitted. In 140-column color and mixed modes, use custom
logic to make 140 wide pixels instead of simulating blurry artifact
color. In mixed mode, each high bit controls 7 narrow pixels according
to the manual.

With these changes, the card seems to pass all of the tests on the
official demo disk, except that foreground-background hires remains
unimplemented, "Color Mouse Draw" seems to hang/crash, and some demos
sometimes set the wrong mode when run after other demos (including
themselves). The last could be a bug in the demos.
@rb6502 rb6502 merged commit 557804b into mamedev:master Jan 7, 2023
@benrg benrg deleted the fix_video7_dhgr branch January 12, 2023 18:45
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.

None yet

2 participants