Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thx to [RWeick](https://github.com/RWeick/FCD-0003.1S-Xplorer64) for finding the address the firmware is mapped to.
- Loading branch information
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad my work was useful, sanni! One thing, for this line at 4346: currByte < 0x1043FFFF;
It should be: currByte <= 0x1043FFFF;
Or you’ll leave off the last word from the dump
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RWeick fixed ;)
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work.
Any chance to dump N64 prototypes one day? (It was the main reason I got this together, until I saw too late that it was not currently possible)
Thank you!
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven’t had the chance to analyze one’s interface with the N64, but I am willing to do so in a respectful and nondestructive way. If they interface in a way other than a traditional cartridge, and that’s not otherwise documented somewhere, I could figure it out with direct access to a cartridge
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could find this. I can grab pictures if you want, but this video has a lot of infos, hopefully helpful for you, depending on what you are looking for :
https://www.youtube.com/watch?v=laOwsOHelBg&ab_channel=DennisFleaman
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the problem will be that it will also be useless to check it against a n64 known dump database, since those are usually not there and won't be detected ...
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
N64 prototype cartridges require 12v power, which the current build (HW5 Rev5) does not provide. This is likely being implemented into a future revision.
a969a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is being worked on by Remy.