Amiga Module
From Just Solve the File Format Problem
(Difference between revisions)
m |
(→Information) |
||
Line 9: | Line 9: | ||
* [http://16-bits.org/mod/ MOD file format by Thunder, with notes and corrections from ByteRaver and 8bitbubsy] | * [http://16-bits.org/mod/ MOD file format by Thunder, with notes and corrections from ByteRaver and 8bitbubsy] | ||
* [ftp://ftp.modland.com/pub/documents/format_documentation/FireLight%20MOD%20Player%20Tutorial.txt MOD Player Tutorial by FireLight] - a step-by-step guide to writing a MOD player. | * [ftp://ftp.modland.com/pub/documents/format_documentation/FireLight%20MOD%20Player%20Tutorial.txt MOD Player Tutorial by FireLight] - a step-by-step guide to writing a MOD player. | ||
+ | |||
+ | === File format tags === | ||
+ | |||
+ | In addition to the standard 4-channel MOD, there are a number of extensions to the MOD format supporting various numbers of channels. These modules can be identified by means of the file format tag at offset 1080. | ||
+ | |||
+ | {| class="wikitable" style="text-align:center; width:200px; height:200px;" | ||
+ | |+ Tag / Identification | ||
+ | |- | ||
+ | ! Tag | ||
+ | ! Identification | ||
+ | |- | ||
+ | ! M.K. | ||
+ | | Standard 4-channel module | ||
+ | |- | ||
+ | ! 2CHN | ||
+ | | 2-channel [[FastTracker module]] | ||
+ | |- | ||
+ | ! 6CHN | ||
+ | | 6-channel [[FastTracker module]] | ||
+ | |- | ||
+ | ! 8CHN | ||
+ | | 8-channel [[FastTracker module]] | ||
+ | |- | ||
+ | ! CD81 | ||
+ | | 8-channel [[Falcon module]] | ||
+ | |- | ||
+ | ! FLT4 | ||
+ | | 4-channel [[Startrekker module]] | ||
+ | |- | ||
+ | ! FLT8 | ||
+ | | 8-channel [[Startrekker module]] | ||
+ | |- | ||
+ | ! M!K! | ||
+ | | >64 pattern [[ProTracker 2.3 module|ProTracker module]] | ||
+ | |- | ||
+ | ! OCTA | ||
+ | | 8-channel module | ||
+ | |- | ||
+ | ! TDZx | ||
+ | | 1, 2 or 3-channel [[TakeTracker module]] | ||
+ | |- | ||
+ | ! xCHN | ||
+ | | 5, 7 or 9-channel [[TakeTracker module]] | ||
+ | |- | ||
+ | ! xxCH | ||
+ | | 10, 12... 32-channel [[FastTracker module]] | ||
+ | |- | ||
+ | ! xxCH | ||
+ | | 11, 13 or 15-channel [[TakeTracker module]] | ||
+ | |} |
Revision as of 16:14, 7 December 2012
Information
- MOD file format by Thunder, with notes and corrections from ByteRaver and 8bitbubsy
- MOD Player Tutorial by FireLight - a step-by-step guide to writing a MOD player.
File format tags
In addition to the standard 4-channel MOD, there are a number of extensions to the MOD format supporting various numbers of channels. These modules can be identified by means of the file format tag at offset 1080.
Tag | Identification |
---|---|
M.K. | Standard 4-channel module |
2CHN | 2-channel FastTracker module |
6CHN | 6-channel FastTracker module |
8CHN | 8-channel FastTracker module |
CD81 | 8-channel Falcon module |
FLT4 | 4-channel Startrekker module |
FLT8 | 8-channel Startrekker module |
M!K! | >64 pattern ProTracker module |
OCTA | 8-channel module |
TDZx | 1, 2 or 3-channel TakeTracker module |
xCHN | 5, 7 or 9-channel TakeTracker module |
xxCH | 10, 12... 32-channel FastTracker module |
xxCH | 11, 13 or 15-channel TakeTracker module |