Skip to content

ascal: fix stale right-edge pixel on the last active column - #36

Open
Takiiiiiiii wants to merge 1 commit into
MiSTer-devel:masterfrom
Takiiiiiiii:fix-ascal-last-active-column
Open

ascal: fix stale right-edge pixel on the last active column#36
Takiiiiiiii wants to merge 1 commit into
MiSTer-devel:masterfrom
Takiiiiiiii:fix-ascal-last-active-column

Conversation

@Takiiiiiiii

@Takiiiiiiii Takiiiiiiii commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

At the last active column, the output line-buffer read will return data from the center of the display when horizontal blanking is tight. This produces a single corrupted column at the right edge on a full-width 1:1 1080p/60 framebuffer. This PR repeats the previous (valid) pixel at the last active column instead of emitting a random one.

At the last active column the output line-buffer read can return stale
data when horizontal blanking is tight (the fill lags the read by one
pixel), producing a single corrupted column at the right edge on a
full-width 1:1 framebuffer. Repeat the previous (valid) pixel at the last
active column instead of emitting the stale one.
@sorgelig

Copy link
Copy Markdown
Member

This fix is incorrect. It doesn't fix the original problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants