diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-08-16 19:19:43 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-08-16 19:19:43 +0300 |
commit | a4b5080c7332bb999367600ebf35925d17248c44 (patch) | |
tree | 2c716c347deb9516797332d52270432d565f63d2 /banks.ini | |
parent | ea9bc3e4587fe823dc182c4b99e04c70e6b27df8 (diff) | |
download | libADLMIDI-a4b5080c7332bb999367600ebf35925d17248c44.tar.gz libADLMIDI-a4b5080c7332bb999367600ebf35925d17248c44.tar.bz2 libADLMIDI-a4b5080c7332bb999367600ebf35925d17248c44.zip |
Added MS-AdLib bank
Diffstat (limited to 'banks.ini')
-rw-r--r-- | banks.ini | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -11,7 +11,7 @@ ; [General] -banks = 77 +banks = 78 [bank-0] ;AIL (Star Control 3, Albion, Empire 2, Sensible Soccer, Settlers 2, many others) @@ -568,3 +568,10 @@ name = "DMX (Strife)" format = OP2 file = "fm_banks/dmx/strife.op2" prefix = "strife" + +; Bank imported from the msadlib.drv which was a MIDI driver for AdLib and Sound Blaster 1.x at Windows 3.1 +[bank-77] +name = "WOPL (MS-AdLib, Windows 3.x)" +format = WOPL +file = "fm_banks/wopl_files/msadlib.wopl" +prefix = "msadlib" |