Saturn Ghidra Sega Saturn Loader

VGKintsugi

Member
Registered
Joined
Jul 31, 2019
Messages
10
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.
 
Wow, this sounds really helpful. I'll download and give some feedback. Would be great for translation projects!
 
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.
 
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?
 
Back
Top Bottom