From f3dd9a6e69ba4ddc1359287754029f588db249df Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 6 Sep 2020 00:56:41 +0300 Subject: Added an aproximated HMI volume model --- src/adldata.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/adldata.cpp') 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}, -- cgit v1.2.3