Skip to content

Implement accuracy-level-3 Blitter #647

Open
@dirkwhoffmann

Description

@dirkwhoffmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions