Games & Preservation

Backing Up Sega Saturn Games

Sega’s 32-bit powerhouse stored its games on ordinary CD-ROMs, so — like the PlayStation 1 — the disc drive in your PC is the only hardware you need. The Saturn was famous for being hard to copy on original hardware, but that guard never touched the data, so reading your own disc is straightforward. One tidy .chd per disc. The ground rules lead: own it, rip it yourself, keep it private.

Media
CD-ROM — ordinary CDs, often with a mix of data and Red Book audio tracks.
Hardware
Any PC CD/DVD drive — internal or a ~$25 USB model.
Software
DiscImageCreator (rip) + MAME’s chdman (compress).
Output
.chd preferred; the OWL player also takes .cue+.bin, .iso and .m3u.
Typical size
200–650 MB per disc as a .chd.
BIOS
None to supply. The OWL player’s Saturn core runs from your disc image.
A Sega Saturn console with its controller
The Sega Saturn. Its games are standard CD-ROMs — readable by any modern drive. Image: Evan-Amos, public domain, via Wikimedia Commons.

What You Need

  • A CD/DVD drive. Any working drive rips Saturn discs; a $25 external USB drive is fine.
  • DiscImageCreator — the ripping tool used by the Redump preservation project. It reads every sector carefully, retries on scratches, and writes a .bin/.cue pair that preserves the CD-audio tracks many Saturn games use.
  • chdman — ships with MAME; losslessly compresses the rip into a single .chd.

The Security Ring Isn’t in the Way

Saturn discs carried a ring of data pressed into the disc that the console read to confirm a genuine pressing — the reason the Saturn resisted copying on its own hardware for years. It matters to hear clearly: that ring is a hardware boot check, not encryption of the game. Your disc’s data is stored in the clear and a PC drive reads it freely, and the OWL player’s emulator core doesn’t require the ring at all — so backing up your own Saturn disc is the same unencrypted, no-circumvention case as a PlayStation 1 CD.

Saturn CD-ROM1CD drive +DiscImageCreator→ Game.bin + Game.cue2chdmanlossless compress3.chdone fileOWL media libraryplays in the browser — no console needed
The Saturn rip: (1) the disc is an ordinary CD, (2) DiscImageCreator reads every data and audio track to a .bin/.cue pair, (3) chdman packs it into one .chd. Diagram: NDEVR.

Ripping, Step by Step

  1. Clean the disc — wipe from the center straight out to the edge with a soft cloth.
  2. Rip with DiscImageCreator. One command reads the disc to Game.bin + Game.cue; keep the .cue, it maps the data and audio tracks.
  3. Compress. chdman createcd -i Game.cue -o Game.chd makes the single archival file the player loads fastest.
  4. Verify. Check the rip against Redump to confirm a bit-perfect read of your pressing.

Multi-Disc Games

Panzer Dragoon Saga spans four discs; Shining Force III came in scenarios. Rip each disc to its own .chd, then write a plain-text .m3u playlist naming them in order and upload the discs and the playlist together — the player treats the .m3u as the game and handles disc changes at the prompts.

Playing Your Backup

Upload the .chd (or .m3u set) to your OWL media library: the Games collection recognizes it and the Saturn core boots it in the browser, with save states synced across your devices inside your own end-to-end encrypted storage.