Identification Block

(Offset FILESIZE-9)

This section will only be found in MODs created on certain DOS editors. It
is used by MODPLAY which displays the name and version of the editor that
created the MOD. It has the following format:

┌─────┬─────┬─────────────────────────────────────────────────────────────┐
│ Pos │ Len │ Contents │
├─────┼─────┼─────────────────────────────────────────────────────────────┤
│ 0 │ 6 │ The following bytes (hex): 00 11 55 33 22 11 │
│ 6 │ 1 │ The id number for the editor (see below). │
│ 7 │ 2 │ The version number of the editor in hex. E.g. v1.52 = 01 52 │
└─────┴─────┴─────────────────────────────────────────────────────────────┛

Currently, the following id numbers have been assigned:

┌────┬──────────────────────────┐
│ ID │ Name │
├────┼──────────────────────────┤
│ 01 │ MODEDIT by Norman Lin │
│ 02 │ GMED by Michael Gallias │
│ 03 │ MFED by James Holderness │
└────┴──────────────────────────┛