summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sound.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sound.mak')
-rw-r--r--src/emu/sound/sound.mak30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/emu/sound/sound.mak b/src/emu/sound/sound.mak
index 6a6a0cf0d0d..de4f8024a5d 100644
--- a/src/emu/sound/sound.mak
+++ b/src/emu/sound/sound.mak
@@ -70,6 +70,17 @@ $(SOUNDOBJ)/discrete.o: $(SOUNDSRC)/discrete.c \
#-------------------------------------------------
+# AC97
+#@src/emu/sound/pic-ac97.h,SOUNDS += AC97
+#-------------------------------------------------
+
+ifneq ($(filter AC97,$(SOUNDS)),)
+SOUNDOBJS += $(SOUNDOBJ)/pci-ac97.o
+endif
+
+
+
+#-------------------------------------------------
# Apple custom sound chips
#@src/emu/sound/asc.h,SOUNDS += ASC
#@src/emu/sound/awacs.h,SOUNDS += AWACS
@@ -123,6 +134,14 @@ endif
#-------------------------------------------------
+#-------------------------------------------------
+# AC97
+#@src/emu/sound/pic-ac97.h,SOUNDS += AC97
+#-------------------------------------------------
+
+ifneq ($(filter AC97,$(SOUNDS)),)
+SOUNDOBJS += $(SOUNDOBJ)/pci-ac97.o
+endif
# CEM 3394 analog synthesizer chip
#@src/emu/sound/cem3394.h,SOUNDS += CEM3394
#-------------------------------------------------
@@ -134,6 +153,17 @@ endif
#-------------------------------------------------
+# Creative Labs SB0400 Audigy2 Value
+#@src/emu/sound/sb0400.h,SOUNDS += AC97
+#-------------------------------------------------
+
+ifneq ($(filter SB0400,$(SOUNDS)),)
+SOUNDOBJS += $(SOUNDOBJ)/sb0400.o
+endif
+
+
+
+#-------------------------------------------------
# Data East custom sound chips
#@src/emu/sound/bsmt2000.h,SOUNDS += BSMT2000
#-------------------------------------------------