Skip to content

rgblink scramble hides mistakes #1149

@zlago

Description

@zlago

while the scramble flag does serve its purpose of showing when you forget to bankswitch, it introduces two new issues:

  1. it hides alignment mistakes, as sections generally get placed at $4000
  2. it hides mistakes where data is read out of bounds, since all data past a section is usually $ff

possible solutions for each issue:

  1. try to put sections at the end of a bank, or avoid putting sections at $4000 (the former is probably better)
  2. allow for randomising section banks instead of putting each section in its own bank

the second one probably isnt as much of an issue as the first, as its me not testing the non-scrambled build..

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementTypically new features; lesser priority than bugsrgblinkThis affects RGBLINK

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions