CMS (Creative Music System)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|cms}} }} '''CMS''' ('''Creative Music System''') is an audio format associated with the Creative ...") |
m (→Sample files) |
||
| (4 intermediate revisions by one user not shown) | |||
| Line 8: | Line 8: | ||
== Identification == | == Identification == | ||
Files begin with ASCII characters "<code>CM</code>". | Files begin with ASCII characters "<code>CM</code>". | ||
| + | |||
| + | == Software == | ||
| + | DOSBOX can emulate a CMS card (also known as a GameBlaster) by setting the following in your DOSBOX config file: | ||
| + | <pre> | ||
| + | [sblaster] | ||
| + | sbtype = gb | ||
| + | sbbase = 220 | ||
| + | irq = 7 | ||
| + | dma = 1 | ||
| + | hdma = 5 | ||
| + | sbmixer = true | ||
| + | oplmode = cms | ||
| + | oplemu = default | ||
| + | oplrate = 22050 | ||
| + | </pre> | ||
| + | Download the CMS DOS software below and run <code>CMSDRV.COM</code> and then <code>PLAYER.EXE <song.cms></code> | ||
| + | |||
| + | No known modern software exists that can play/convert CMS files. | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/vgaspectrum/sound/cms1/ | * http://cd.textfiles.com/vgaspectrum/sound/cms1/ | ||
* http://cd.textfiles.com/1stcanadian/sound/ → *cms* | * http://cd.textfiles.com/1stcanadian/sound/ → *cms* | ||
| − | * [http:// | + | * [http://vgmpf.com/Wiki/images/8/8b/Creative_Music_System_Disks.zip Creative_Music_System_Disks.zip] |
| + | * {{DexvertSamples|music/cms}} | ||
== Links == | == Links == | ||
* [http://www.vgmpf.com/Wiki/index.php?title=CMS CMS], from the Videogame Music Preservation Foundation Wiki | * [http://www.vgmpf.com/Wiki/index.php?title=CMS CMS], from the Videogame Music Preservation Foundation Wiki | ||
Latest revision as of 19:23, 16 February 2024
CMS (Creative Music System) is an audio format associated with the Creative Music System sound card.
Contents |
[edit] Identification
Files begin with ASCII characters "CM".
[edit] Software
DOSBOX can emulate a CMS card (also known as a GameBlaster) by setting the following in your DOSBOX config file:
[sblaster] sbtype = gb sbbase = 220 irq = 7 dma = 1 hdma = 5 sbmixer = true oplmode = cms oplemu = default oplrate = 22050
Download the CMS DOS software below and run CMSDRV.COM and then PLAYER.EXE <song.cms>
No known modern software exists that can play/convert CMS files.
[edit] Sample files
- http://cd.textfiles.com/vgaspectrum/sound/cms1/
- http://cd.textfiles.com/1stcanadian/sound/ → *cms*
- Creative_Music_System_Disks.zip
- dexvert samples — music/cms
[edit] Links
- CMS, from the Videogame Music Preservation Foundation Wiki