diff options
author | 2014-05-13 11:46:02 +0000 | |
---|---|---|
committer | 2014-05-13 11:46:02 +0000 | |
commit | 640354ad9efa2b8c0027c0bce444e652cb593333 (patch) | |
tree | 9b96640848e9599d569e8c9a683acf3417406d60 /src/emu/sound/sound.mak | |
parent | 4997e59478dc1d5c0b60c4125e609c3c271a85f7 (diff) |
Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of
work still to do. All basic Amiga models are now supported to varying
degrees.
Diffstat (limited to 'src/emu/sound/sound.mak')
-rw-r--r-- | src/emu/sound/sound.mak | 11 |
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 #------------------------------------------------- |