diff options
| author | 2026-03-04 18:02:11 +0100 | |
|---|---|---|
| committer | 2026-03-05 23:12:29 +0100 | |
| commit | 8335a2403db6f82ee81dc7a0a2e44696adf56464 (patch) | |
| tree | 27a2864abc5ea1747b3a27fd408e7cab02843cc8 /scripts | |
| parent | f3b970688582c7b94615d88d2c1d9dc7130fb3ed (diff) | |
bus/pci/trident_4dwavedx.cpp: initial hookup of an AC'97 STAC9704 device
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/sound.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index dcb8c8735f7..95283d41ba7 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -111,6 +111,18 @@ if SOUNDS["AC97"] then } end +--------------------------------------------------- +-- SigmaTel STAC9704 +--@src/devices/sound/ac97_stac9704.h,SOUNDS["AC97_STAC9704"] = true +--------------------------------------------------- + +if SOUNDS["AC97_STAC9704"] then + files { + MAME_DIR .. "src/devices/sound/ac97_stac9704.cpp", + MAME_DIR .. "src/devices/sound/ac97_stac9704.h", + } +end + --------------------------------------------------- -- Apple custom sound chips |
