mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Merge pull request #6612 from win2kgamer/ad1816
Add the Analog Devices AD1816 audio controller
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
1000
src/sound/snd_ad1816.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user