Saturn Ghidra Sega Saturn Loader

Member
Registered
Joined
Jul 31, 2019
Messages
10
Reaction score
26
Points
13
I uploaded my Sega Saturn loader for Ghidra: https://github.com/VGKintsugi/Ghidra-SegaSaturn-Loader.

It currently only supports ISO files. It will load the Sega Saturn header, security check, initial program (the code that runs during the Sega logo), and the first executable file on the disc. I plan on adding Yabause Save State support next.

Let me know what you guys think.
 
New member
Joined
Aug 25, 2019
Messages
2
Reaction score
0
Points
1
Wow, this sounds really helpful. I'll download and give some feedback. Would be great for translation projects!
 
Member
Registered
Joined
Jul 31, 2019
Messages
10
Reaction score
26
Points
13
I added Yabause save state support and cleaned up the code a bit. I plan on adding Mednafen save support next .

Please let me know if there's a feature that would assist with translation projects.
 
New member
Joined
Aug 25, 2019
Messages
2
Reaction score
0
Points
1
Well I noticed (on the screenshot I guess?) that pointers were undefined types. Is this the case? If so, can we change them by tracking the usage from instructions?
 
Member
Registered
Joined
Jul 31, 2019
Messages
10
Reaction score
26
Points
13
Member
Registered
Joined
Jul 31, 2019
Messages
10
Reaction score
26
Points
13
I cut a new release that:
  • Adds support for Mednafen save states. Must be gunzip-ed first.
  • Adds labels for Master\Slave SH-2 PC, PR, and R15
Let me know if there's any other features you guys would find useful.
 
Top