Conversation
BPLCON1 scroll fills the display window's left edge from the bitplane shifter. On a line whose predecessor also fetched bitplanes the shifter still holds the previous line's tail, so the scrolled-in pixels are real content. At the first line of a bitplane-DMA block the line above was border, so the shifter has no carried-over data: the scroll must not pull the leading DDF pre-fetch words (already clocked out into the left border by the time the window opens) back into view. Treat fetch positions before native_x_offset as background on a block-start line. Regression example: the Kickstart 3.1 insert-disk screen leaves an uninitialised word at the bitplane base and uses a narrow DIWSTRT, which scrolled a stray fleck into the top-left corner of the first display line.
Treat SPRxPT rewrites for inactive, pre-VSTART sprite streams as seeding the next descriptor fetch, preventing descriptor words from being rendered as sprite data. Keep the existing active-stream data-origin behavior, update the low-resolution DDFSTOP granularity model, and preserve IRQ recognition latency for newly exposed non-PORTS latches. Document the sprite DMA pointer behavior and update the long-term diagnostics wording.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes some regressions with the Eon demo, and also fixes #17.