Difference between revisions of "YM"

From Video Game Music Preservation Foundation Wiki
Jump to: navigation, search
(Links)
(Links)
Line 63: Line 63:
 
==Links==
 
==Links==
 
* [http://www.genesis8bit.fr/frontend/music.php genesis8bit.fr/frontend/music.php] - The large archive and utilities for Amstrad CPC YM files.
 
* [http://www.genesis8bit.fr/frontend/music.php genesis8bit.fr/frontend/music.php] - The large archive and utilities for Amstrad CPC YM files.
 +
* [http://www.cpc-power.com/ www.cpc-power.com/] - An archive of Amstrad CPC ripped music (files are placed in inset "Music" under the titles of the most games you search, [http://www.cpc-power.com/index.php?page=detail&onglet=zicym&num=103 for example]

Revision as of 02:12, 25 September 2015

YM2149 Music
YM.png
Developer: Unknown
Header: Custom
Content: Log
Instruments: Combined
Target Output
Output - Digital Audio - No.png Output - MIDI - No.png Output - FM Synthesis - No.png Output - PSG.png
Released: 19??-??-??
Extensions
  • *.ym
Not to be confused with GYM.

YM (YM2149 Music) is a logging format for the YM2149 audio chip. The format logs all of the instructions sent to the chip. This allows the music to be played again by simply sending the contents of the file to another YM2149 chip. Because the format merely logs the instructions to the chip, it doesn't preserve the original content of the music format. The format is similar to VGM, DRO and GYM formats in this respect. In particular, the format is used to record logged music from the ZX Spectrum and Amstrad CPC platforms.

The format also has partial support for the YM2149F used in Atari ST.

You can learn how to log YM files (mostly music from Amstrad CPC games) here.

Players

(Category)

Converters

(Category)

YM to ?

? to YM

Games

(Category)


Released

Title

Sample

1985-??-?? The Rocky Horror Show (CPC)
1986-??-?? Highlander (CPC)

Technical

Basically all YM files are compressed LHA archives, which contain one generic file inside. It can be extracted with 7-Zip, for example (use right click on file, 7-Zip context menu, and then choose "Open archive"). The extracted file has custom header which is relatively simple, and the format "ym5".

All YM files contain the words like "file.bin" or "file.ym" at the beginning (in the last case - if the file was logged using this guide), because of LHA archive format.

Links