Sega Saturn (Hacking & Reversing)

Edit on Github | Updated: 5th January 2023

Introduction to Hacking/Modding/Reversing the Sega Saturn

Interested in learning more about the the Saturn? Excellent! This section will guide you through the basics, starting from basic architecture all the way to an introduction to reverse engineering your first game!

Reversing Sega Saturn Games

For an introduction on reverse engineering Sega Saturn games check out this post.

Sega Saturn Exclusives

When it comes to finding a game to reverse engineer it can be helpful to look at games that are cross-platform to compare builds. But the most valuable reverse engineering projects tend to be the platform exclusives as these are games people can no longer play on modern consoles.

Exclusive Sega Saturn Games & Re-releases

For a list of all the exclusive Sega Saturn games check out this post.

Sega Saturn Graphics

There are some myths around the Sega Saturn’s graphical abilities, such as the lack of transparency support, that can be preven false with some clever programming techniques.

Sega Saturn Alpha Transparency Effects

For details on Transparency effects in Sega Saturn games check out this post.

Sega File Formats

The sega saturn was the second released Sega console which used CD-ROM to distribute its games, one of the benefits of the CD-ROM format is many times more space than a cartridge. One of the downsides compred to cartridges however was the slower loading times as reading from a CD is much slower than reading from a ROM chip.

Unlike most cartridge based ROM chips CDs have a standard File System to read files from and so instead of everything being in a giant blob of binary and burned to a chip, the game could be split into multiple files.

Also the consoles would not have enough RAM to hold all the game assets so games would have to stream assets into memory when needed. So it would only read the texture or sound files used in a particular level and ignore the rest.

Sega Saturn File Formats

For details on the file formats you might find in Sega Saturn games check out this post.

This makes it slightly easier to do some basic modding of Saturn assets compared to a ROM based console such as the Mega Drive, as you can normally pinpoint the asset you want down to a particular file and sometimes they have file extensions that tell you exactly what format the file is.

Sega Saturn Save Game Data

For details on the Save Data file formats for Sega Saturn games check out this post.

Retail Sega Saturn hardware

When the Saturn was launched it brought incredible processing power into the home with two SH2 processors. The hardware was state of the art but also very complex and hard to program but exploring how it was developed is a facinating topic.

Sega Saturn Hardware Architecture

For more information on the Saturn hardware architecture check out this post.

Saturn Hardware in the Arcade

The Sega ST-V arcade board is basically a Sega Saturn located in an arcade cabinate, some of the games released for the ST-V were also available on the saturn but others remain exclusive to the aercade hardware.


Development Kits (Hardware)

Development kits are released to game developers before the launch of the system to allow games to be developed for the system’s launch. These systems would evolve over the systems lifespan and contained useful features for debugging and optimizing games for the platform. These systems were not just limited to the official offerings by nintendo as a few other publishers had their own versions of development hardware.

Official Development Kits

The official development kit for the N64 was a partnership between SEGA and Sophia and the hardware evolved over time. The first development kit released was called the Saturn Programming box or P-box and evolved into the Cart-Dev system.

Official Sega Saturn Development Kit (Hardware)

For more information on the official Segas Saturn Devkit check out this post.

3rd Party Development Kits

There were a few third party developers who created their own custom development kits for the Sega Saturn. One of the main developers for 3rd party devkits was SN Systems with their PSYQ Saturn with a much cheaper price tag than an official Sega devkit.

Psy-Q Sega Saturn Development Kit

For more information on the SN Systems PSYQ Saturn check out this post.


Software Development Kits

Official Software development kit

The Official Software development kit was developed in-house by SEGA and was made up of multiple libraries and compiler toolchains. One was a fork of GCC built by Cygnus Solutions and the other was a custom compiler built by Hitachi.

Official Sega Saturn Software Development Kit (SDK)

For more information on Official SDK for the Saturn check out this post.

Using the SDK - Compiling samples

One of the best ways to get started understanding how games were made using the official SDK is to tinker with the samples that come packaged with the SDK. By compiling and running these on a saturn console you can start to understand how everything pieces together.

Compiling an Official Sega Saturn Sample (SDK)

For more information on Official SDK for the Saturn check out this post.


Batman Forever - The Arcade Game (1996)

Read all about Batman Forever - The Arcade Game (1996) in this s...

Exclusive Sega Saturn Games & Re-releases

Read all about Exclusive Sega Saturn Games & Re-releases in this s...

Psy-Q Sega Saturn Development Kit

Read all about Psy-Q Sega Saturn Development Kit in this s...

Sega Saturn SYSROF Object Format Visualizer (.obj,.abs)

Read all about Sega Saturn SYSROF Object Format Visualizer (.obj,.abs) in this s...

Sega Saturn Library Formats

Read all about Sega Saturn Library Formats in this s...

Reversing Sega Saturn Games

Read all about Reversing Sega Saturn Games in this s...

Sega Saturn Alpha Transparency Effects

Read all about Sega Saturn Alpha Transparency Effects in this s...

Sega Saturn Artist Tools

Read all about Sega Saturn Artist Tools in this s...

Sega Saturn File Formats

Read all about Sega Saturn File Formats in this s...

Sega Saturn Hardware Architecture

Read all about Sega Saturn Hardware Architecture in this s...

Sega Saturn Hitachi Compiler Toolchain

Read all about Sega Saturn Hitachi Compiler Toolchain in this s...

Sega Saturn Homebrew Development

Read all about Sega Saturn Homebrew Development in this s...

Sega Saturn IP.BIN (Initial Program)

Read all about Sega Saturn IP.BIN (Initial Program) in this s...

Sega Saturn Memory Map

Read all about Sega Saturn Memory Map in this s...

Official Sega Saturn Development Kit (Hardware)

Read all about Official Sega Saturn Development Kit (Hardware) in this s...

Sega Saturn Reversing Emulator

Read all about Sega Saturn Reversing Emulator in this s...

Official Sega Saturn Software Development Kit (SDK)

Read all about Official Sega Saturn Software Development Kit (SDK) in this s...

Compiling an Official Sega Saturn Sample (SDK)

Read all about Compiling an Official Sega Saturn Sample (SDK) in this s...

Sega Saturn Save Game Data

Read all about Sega Saturn Save Game Data in this s...

Sega Saturn Save State Visualizer (.yss)

Read all about Sega Saturn Save State Visualizer (.yss) in this s...