Add the Analog Devices AD1816 audio controller

This commit is contained in:
win2kgamer
2025-12-20 18:44:05 -06:00
parent eeb546ab6e
commit a5733a7ff6
4 changed files with 1005 additions and 0 deletions

View File

@@ -122,6 +122,9 @@ extern const device_t adlib_device;
extern const device_t adlib_mca_device;
extern const device_t adgold_device;
/* Analog Devices AD1816 */
extern const device_t ad1816_device;
/* Aztech Sound Galaxy 16 */
extern const device_t azt2316a_device;
extern const device_t acermagic_s20_device;

View File

@@ -31,6 +31,7 @@ add_library(snd OBJECT
snd_ps1.c
snd_adlib.c
snd_adlibgold.c
snd_ad1816.c
snd_ad1848.c
snd_audiopci.c
snd_azt2316a.c

1000
src/sound/snd_ad1816.c Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -137,6 +137,7 @@ static const SOUND_CARD sound_cards[] = {
{ &adlib_device },
/* ISA16 */
{ &acermagic_s20_device },
{ &ad1816_device },
{ &azt2316a_device },
{ &azt1605_device },
{ &sb_goldfinch_device },