-
Notifications
You must be signed in to change notification settings - Fork 21
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
GatoROM Z8 Format #76
Comments
|
Effectively this means, to find a specific bit in the array given its rom address, you'd do something like: The BITSWAP8 function is:
|
I think it is likely that the Z8601 ROM on the die is in the same order as the Z8611, with the sole difference that the "bottom-most" row is 3f instead of 7f, no other significant difference. |
Sean Riddle just published his notes on the Z8. |
#77 tracks a patch that adds support. |
We still lack support for exporting the test ROM, but this seems to work for everything else. |
Close this issue when we have support for decoding ROMs from Z8 chips of multiple ROM sizes.
The text was updated successfully, but these errors were encountered: