SID
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|sid}} |mimetypes=audio/prs.sid }} SID is a music format for the Commodore 64, named after the C6...") |
m (PSID) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
|extensions={{ext|sid}} | |extensions={{ext|sid}} | ||
− | |mimetypes=audio/prs.sid | + | |mimetypes={{mimetype|audio/prs.sid}} |
+ | |pronom={{PRONOM|fmt/314}}, {{PRONOM|fmt/315}}, {{PRONOM|fmt/316}} | ||
}} | }} | ||
− | + | [[SID]] aka '''PSID''' is a music format for the Commodore 64, named after the C64's | |
− | SID is a music format for the Commodore 64, named after the C64's | + | [[Wikipedia:MOS Technology SID|SID chip]]. |
− | [ | + | |
It contains 6502 machine code, plus some metadata. | It contains 6502 machine code, plus some metadata. | ||
Line 13: | Line 13: | ||
== Resources == | == Resources == | ||
* [http://hvsc.c64.org High Voltage SID Collection], a large collection of SID files, players and documentation | * [http://hvsc.c64.org High Voltage SID Collection], a large collection of SID files, players and documentation | ||
− | * | + | * [http://hvsc.c64.org/download/C64Music/DOCUMENTS/SID_file_format.txt File format specification] |
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|music/sid}} | ||
+ | |||
+ | [[Category:Commodore computers]] |
Latest revision as of 17:21, 21 April 2025
SID aka PSID is a music format for the Commodore 64, named after the C64's SID chip.
It contains 6502 machine code, plus some metadata.
[edit] Resources
- High Voltage SID Collection, a large collection of SID files, players and documentation
- File format specification