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

Implement accuracy-level-3 Blitter #647

Open
dirkwhoffmann opened this issue Feb 4, 2022 · 1 comment
Open

Implement accuracy-level-3 Blitter #647

dirkwhoffmann opened this issue Feb 4, 2022 · 1 comment
Labels
Enhancement New feature or request

Comments

@dirkwhoffmann
Copy link
Owner

Right now, three Blitter accuracy levels are supported:

  • Level 0: Fast Blitter
  • Level 1: Fake Slow Blitter (Fast Blitter + Accurate bus cycle allocation, mainly used for debugging)
  • Level 2: Micro-coded cycle-accurate Blitter

The Trackmo demo discussed in #641 is not compatible with either of them. It (accidentally) writes the Blitter registers while the Blitter is running. The new level 3 Blitter should emulate the Blitter hardware according to the Agnus schematics. It should be capable of handling on-the-fly register modifications.

@dirkwhoffmann dirkwhoffmann added the Enhancement New feature or request label Feb 4, 2022
@dirkwhoffmann
Copy link
Owner Author

#708 discusses another demo which relies on accurate Blitter emulation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant