SSF Format
This format is not yet final and is subject to change.
This is a variant of the
PSF Format, using a version byte of 0x11, for Sega Saturn sequenced music.
Contents
Program section: Raw 68000 sound program image.
Reserved section: Not used. May be ignored, removed, etc.
File Extensions
- ssf (self-contained program)
- minissf (program relying on extra library data)
- ssflib (library for use with minissf files)
Description
The program section of a SSF file consists of a 4-byte LSB-first load address followed by raw 68000 program data, which is copied to the specified address. After all program data is loaded, the 68000 is reset and begins execution at the reset vector.
The 68000 program is responsible for initializing and using the SCSP. It must attempt no contact with any of the other Saturn processors.
Uncompressed size of the program section must not exceed 524,292 bytes.
MiniSSF follows the same loading behavior as
MiniPSF.
CategoryPSF