SB AWE32 emulation.
This commit is contained in:
parent
2adb1103dc
commit
39a3c8b1c7
6 changed files with 814 additions and 2 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue