Add the Sound Blaster AWE64 Gold

This commit is contained in:
Alexander Babikov
2021-07-25 20:49:27 +05:00
parent 7f85f6acdf
commit 2b34704729
5 changed files with 158 additions and 8 deletions

View File

@@ -99,6 +99,7 @@ static const SOUND_CARD sound_cards[] =
{ "sb32_pnp", &sb_32_pnp_device },
{ "sbawe32", &sb_awe32_device },
{ "sbawe32_pnp", &sb_awe32_pnp_device },
{ "sbawe64_gold", &sb_awe64_gold_device },
#if defined(DEV_BRANCH) && defined(USE_PAS16)
{ "pas16", &pas16_device },
#endif