diff options
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" |