Switched to OPL emulation to DOSBox dbopl emulator.

Fixed SB Pro v2.
Clarified GPL license in readme.txt.
This commit is contained in:
TomW 2014-02-27 19:42:06 +00:00
commit 78f2d4a229
13 changed files with 1985 additions and 5609 deletions

View file

@ -34,7 +34,7 @@ static SOUND_CARD sound_cards[] =
{"Sound Blaster 1.5", &sb_15_device},
{"Sound Blaster 2.0", &sb_2_device},
{"Sound Blaster Pro v1", &sb_pro_v1_device},
{"Sound Blaster Pro v2", &sb_pro_v1_device},
{"Sound Blaster Pro v2", &sb_pro_v2_device},
{"Sound Blaster 16", &sb_16_device},
{"Sound Blaster AWE32", &sb_awe32_device},
{"Adlib Gold", &adgold_device},