diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-06 02:20:31 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-06 02:20:31 +0300 |
commit | 666ab37e10b335030e63469864538cba39d5c43b (patch) | |
tree | a665ce1931824093b2a629b42450f1cf2b683b01 /src/adldata.cpp | |
parent | 258d95474290cb6c8066504dafaa36a137ca2593 (diff) | |
download | libADLMIDI-666ab37e10b335030e63469864538cba39d5c43b.tar.gz libADLMIDI-666ab37e10b335030e63469864538cba39d5c43b.tar.bz2 libADLMIDI-666ab37e10b335030e63469864538cba39d5c43b.zip |
Attempt to closely aproximate HMI volume model
Diffstat (limited to 'src/adldata.cpp')
-rw-r--r-- | src/adldata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adldata.cpp b/src/adldata.cpp index 0f1f77b..4ad2136 100644 --- a/src/adldata.cpp +++ b/src/adldata.cpp @@ -70,7 +70,7 @@ const BanksDump::BankEntry g_embeddedBanks[] = {0x0300, 1, 1, "SB (Action Soccer)", 114, 115}, {0x0300, 1, 0, "SB (3d Cyberpuck :: melodic only)", 116, 117}, {0x0300, 1, 0, "SB (Simon the Sorcerer :: melodic only)", 117, 118}, - {0x0304, 1, 1, "OP3 (The Fat Man 2op set)", 118, 119}, + {0x0304, 1, 1, "OP3 (The Fat Man 2op set; Win9x)", 118, 119}, {0x0307, 1, 1, "OP3 (The Fat Man 4op set)", 120, 121}, {0x0304, 1, 1, "OP3 (JungleVision 2op set :: melodic only)", 122, 123}, {0x0304, 1, 1, "OP3 (Wallace 2op set, Nitemare 3D :: melodic only)", 124, 125}, |