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.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/emu/sound/sound.mak b/src/emu/sound/sound.mak
index 070534c8e09..6a6a0cf0d0d 100644
--- a/src/emu/sound/sound.mak
+++ b/src/emu/sound/sound.mak
@@ -101,6 +101,17 @@ endif
#-------------------------------------------------
+# Amiga audio hardware
+#@src/emu/sound/amiga.h,SOUNDS += AMIGA
+#-------------------------------------------------
+
+ifneq ($(filter AMIGA,$(SOUNDS)),)
+SOUNDOBJS += $(SOUNDOBJ)/amiga.o
+endif
+
+
+
+#-------------------------------------------------
# Bally Astrocade sound system
#@src/emu/sound/astrocde.h,SOUNDS += ASTROCADE
#-------------------------------------------------