-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement all the remaining VIF parsing
Comes with a ton of confusion because 0xFB is the "first extension" but actually refers to Table 14 "Alternate extended VIF-code table" while 0xFD is the "second extension" but refers to Table 12 "Main VIFE-code extension table" which sounds like it should actually be the first extension. Lots of debugging and anger on that one. However, I ended up fixing that, adding extra debug info and updating the macro to also support `p` in place of `n`. Fun fun fun. Only 22 tests failing from the test suite now!
- Loading branch information
1 parent
d32b780
commit 8627d05
Showing
2 changed files
with
127 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters