GYM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|gym}} }} == Description == GYM (Genesis YM2612) is an obsolete audio file format for storage an...") |
m (→Description) |
||
Line 9: | Line 9: | ||
GYM (Genesis YM2612) is an obsolete audio file format for storage and playback of audio data captured from Sega Genesis (Mega Drive) games. The format was introduced by the Genecyst emulator and initially consisted of a simple raw data log. The initial format was also designed around the [[NTSC]] framerate and was thus not suitable for capturing audio from [[PAL]] systems. | GYM (Genesis YM2612) is an obsolete audio file format for storage and playback of audio data captured from Sega Genesis (Mega Drive) games. The format was introduced by the Genecyst emulator and initially consisted of a simple raw data log. The initial format was also designed around the [[NTSC]] framerate and was thus not suitable for capturing audio from [[PAL]] systems. | ||
− | Later emulators and players apparently introduced new features such as headers, frequency compatibility and compression, but no information appears to be available on these variant formats. The [[CYM]] format used by the Callus arcade emulator is similar in structure, but logs data from a Yamaha YM2151 chip. | + | Later emulators and players apparently introduced new features such as headers, frequency compatibility and compression, but no information appears to be available on these variant formats. The [[Callus OPL Register Log|CYM]] format used by the Callus arcade emulator is similar in structure, but logs data from a Yamaha YM2151 chip. |
== Information == | == Information == |
Revision as of 15:58, 3 April 2013
Description
GYM (Genesis YM2612) is an obsolete audio file format for storage and playback of audio data captured from Sega Genesis (Mega Drive) games. The format was introduced by the Genecyst emulator and initially consisted of a simple raw data log. The initial format was also designed around the NTSC framerate and was thus not suitable for capturing audio from PAL systems.
Later emulators and players apparently introduced new features such as headers, frequency compatibility and compression, but no information appears to be available on these variant formats. The CYM format used by the Callus arcade emulator is similar in structure, but logs data from a Yamaha YM2151 chip.
Information
The GYM format contains only four different instructions:
0x00 | No Operation (e.g. do nothing for 1/60th of a second) |
---|---|
0x01 R D | Write data D on YM port 0, register R |
0x02 R D | Write data D on YM port 1, register R |
0x03 D | Write data D on PSG port |