You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
gatorom
decodings.The text was updated successfully, but these errors were encountered: