Skip to content

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.

2 participants