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

Fix copy/paste between specials #689

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Fix copy/paste between specials #689

merged 3 commits into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. ic2820: Fix invalid immutable fields

    The 2820 driver was putting things into immutable that are not even
    fields on memory, which causes the immutable check to fail for
    pasted memories.
    
    Related to #10689
    kk7ds committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    57acec8 View commit details
    Browse the repository at this point in the history
  2. Make fake driver support specials for testing

    Related to #10689
    kk7ds committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e28f383 View commit details
    Browse the repository at this point in the history
  3. Fix some issues copy/pasting between specials

    This fixes some issues around copying and pasting to or from special
    memory channels, where we assume memory numbers are integers and
    other problems.
    
    Fixes #10689
    kk7ds committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8d8a10f View commit details
    Browse the repository at this point in the history