Skip to content

Commit

Permalink
Add Xplorer 64 dump option to N64
Browse files Browse the repository at this point in the history
Thx to [RWeick](https://github.com/RWeick/FCD-0003.1S-Xplorer64) for finding the address the firmware is mapped to.
  • Loading branch information
sanni authored Aug 18, 2023
1 parent 6a1f14c commit a969a93
Showing 1 changed file with 4,375 additions and 4,310 deletions.
Loading

8 comments on commit a969a93

@RWeick
Copy link
Collaborator

@RWeick RWeick commented on a969a93 Aug 18, 2023

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

@PsyK0p4T
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RWeick fixed ;)

@Chocobobobo
Copy link

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!

@RWeick
Copy link
Collaborator

@RWeick RWeick commented on a969a93 Aug 19, 2023

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

@Chocobobobo
Copy link

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

@Chocobobobo
Copy link

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 ...

@cmcm711
Copy link

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.

@dtomcat
Copy link

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.

Please sign in to comment.