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

Validation of Address/Mask Painting #81

Open
2 tasks
travisgoodspeed opened this issue Dec 9, 2023 · 0 comments
Open
2 tasks

Validation of Address/Mask Painting #81

travisgoodspeed opened this issue Dec 9, 2023 · 0 comments

Comments

@travisgoodspeed
Copy link
Owner

All supported GatoROM decoders paint the bits of the table with addresses and masks. In theory, we could recreate the same byte array as the decoder returns by iterating over the bits and setting or clearing them in a fresh byte array of the right size.

There's no need to do that when the byte array is accurate, but making a test case for that would prevent regressions like #80. Close this issue when:

  • The test is implemented.
  • The test is run in all CLI gatorom decodings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant