SB AWE32 emulation.

This commit is contained in:
TomW 2013-07-23 22:04:17 +01:00
commit 39a3c8b1c7
6 changed files with 814 additions and 2 deletions

View file

@ -36,6 +36,7 @@ static SOUND_CARD sound_cards[] =
{"Sound Blaster Pro v1", &sb_pro_v1_device},
{"Sound Blaster Pro v2", &sb_pro_v1_device},
{"Sound Blaster 16", &sb_16_device},
{"Sound Blaster AWE32", &sb_awe32_device},
{"Adlib Gold", &adgold_device},
{"Windows Sound System", &wss_device},
{"Pro Audio Spectrum 16", &pas16_device},