-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af2e2b5
commit 04dac66
Showing
1 changed file
with
21 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# Mm64Loader | ||
Ghidra Loader for Majora's mask 64 | ||
# Majora's Mask 64 Loader | ||
Ghidra Loader for Majora's Mask 64 (WIP) | ||
|
||
This can load a Majora's Mask ROM either as a single file or as a file system. | ||
|
||
When a ROM is loaded as a "Single File", the loader will create the nintendo 64's memory layout, load and decompress the "code" file and load the overlay files specified by the overlay table used by the graph thread. | ||
|
||
<img src="https://raw.githubusercontent.com/Random0666/Useless-stuff/master/Mm64Loader/ghidra_loader.png" width=40%/> | ||
|
||
When a ROM is loaded as a "File System", the loader will simply parse the DMA entries and let you extract them. | ||
|
||
<img src="https://raw.githubusercontent.com/Random0666/Useless-stuff/master/Mm64Loader/ghidra_fs.png" width=50%/> | ||
|
||
# Currently supported versions: | ||
- Japan 1.0 (zelda@srd44 00-03-31 02:22:11) | ||
- Japan 1.1 (zelda@srd44 00-04-04 09:34:16) | ||
- USA Kiosk Demo ([email protected] 16:14:06) | ||
- USA 1.0 (zelda@srd44 00-07-31 17:04:16) | ||
- Europe 1.0 (zelda@srd44 00-09-25 11:16:53) | ||
- Europe 1.1 Debug (zelda@srd44 00-09-29 09:29:05) | ||
- Europe 1.1 (zelda@srd44 00-09-29 09:29:41) |