diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-06 00:56:41 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-06 00:56:41 +0300 |
commit | f3dd9a6e69ba4ddc1359287754029f588db249df (patch) | |
tree | 3a87c86dfedf4a23bffc5a8fa017eae903b73ca8 /src/adldata.cpp | |
parent | e81db845bf4c8b78310fd8c8807f490cb094a0ec (diff) | |
download | libADLMIDI-f3dd9a6e69ba4ddc1359287754029f588db249df.tar.gz libADLMIDI-f3dd9a6e69ba4ddc1359287754029f588db249df.tar.bz2 libADLMIDI-f3dd9a6e69ba4ddc1359287754029f588db249df.zip |
Added an aproximated HMI volume model
Diffstat (limited to 'src/adldata.cpp')
-rw-r--r-- | src/adldata.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/adldata.cpp b/src/adldata.cpp index 3e7b048..0f1f77b 100644 --- a/src/adldata.cpp +++ b/src/adldata.cpp @@ -14,18 +14,18 @@ const BanksDump::BankEntry g_embeddedBanks[] = { {0x0307, 1, 1, "AIL (Star Control 3, Albion, Empire 2, etc.)", 0, 1}, {0x0300, 1, 1, "Bisqwit (selection of 4op and 2op)", 2, 3}, - {0x0300, 1, 1, "HMI (Descent, Asterix)", 4, 5}, - {0x0300, 1, 1, "HMI (Descent:: Int)", 6, 7}, - {0x0300, 1, 1, "HMI (Descent:: Ham)", 8, 9}, - {0x0300, 1, 1, "HMI (Descent:: Rick)", 10, 11}, - {0x0300, 1, 1, "HMI (Descent 2)", 12, 13}, - {0x0300, 1, 1, "HMI (Normality)", 14, 15}, - {0x0300, 1, 1, "HMI (Shattered Steel)", 16, 17}, + {0x0309, 1, 1, "HMI (Descent, Asterix)", 4, 5}, + {0x0309, 1, 1, "HMI (Descent:: Int)", 6, 7}, + {0x0309, 1, 1, "HMI (Descent:: Ham)", 8, 9}, + {0x0309, 1, 1, "HMI (Descent:: Rick)", 10, 11}, + {0x0309, 1, 1, "HMI (Descent 2)", 12, 13}, + {0x0309, 1, 1, "HMI (Normality)", 14, 15}, + {0x0309, 1, 1, "HMI (Shattered Steel)", 16, 17}, {0x0003, 1, 1, "HMI (Theme Park)", 18, 19}, - {0x0300, 1, 1, "HMI (3d Table Sports, Battle Arena Toshinden)", 20, 21}, - {0x0300, 1, 1, "HMI (Aces of the Deep)", 22, 23}, - {0x0300, 1, 1, "HMI (Earthsiege)", 24, 25}, - {0x0300, 1, 1, "HMI (Anvil of Dawn)", 26, 27}, + {0x0309, 1, 1, "HMI (3d Table Sports, Battle Arena Toshinden)", 20, 21}, + {0x0309, 1, 1, "HMI (Aces of the Deep)", 22, 23}, + {0x0309, 1, 1, "HMI (Earthsiege)", 24, 25}, + {0x0309, 1, 1, "HMI (Anvil of Dawn)", 26, 27}, {0x0002, 1, 1, "DMX (Doom 2)", 28, 29}, {0x0002, 1, 1, "DMX (Hexen, Heretic)", 30, 31}, {0x0002, 1, 1, "DMX (DOOM, MUS Play)", 32, 33}, |