summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-17 20:11:00 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-17 20:11:00 +0000
commit5eebfe6ba6220c9ae48ed76d1d2e979df8a23ea3 (patch)
treebd7a2686408c62d846053f0bdcdcbb6a444e411f
parentffe2371176c15ce05c378e67827c94bef39685b9 (diff)
Fix a bug preventing SUBTARGET=tiny compiles
-rw-r--r--src/emu/sound/sound.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/sound.mak b/src/emu/sound/sound.mak
index acedccc671b..c695d68212b 100644
--- a/src/emu/sound/sound.mak
+++ b/src/emu/sound/sound.mak
@@ -592,7 +592,7 @@ endif
#-------------------------------------------------
ifneq ($(filter YM2151,$(SOUNDS)),)
-SOUNDOBJS += $(SOUNDOBJ)/2151intf.o $(SOUNDOBJ)/ym2151.o
+SOUNDOBJS += $(SOUNDOBJ)/2151intf.o $(SOUNDOBJ)/ym2151.o
endif
ifneq ($(filter YM2203,$(SOUNDS)),)
@@ -616,7 +616,7 @@ SOUNDOBJS += $(SOUNDOBJ)/2612intf.o $(SOUNDOBJ)/ay8910.o $(SOUNDOBJ)/fm2612.o
endif
ifneq ($(filter YM3812,$(SOUNDS)),)
-SOUNDOBJS += $(SOUNDOBJ)/3812intf.o $(SOUNDOBJ)/fmopl.o
+SOUNDOBJS += $(SOUNDOBJ)/3812intf.o $(SOUNDOBJ)/fmopl.o $(SOUNDOBJ)/ymdeltat.o
endif
ifneq ($(filter YM3526,$(SOUNDS)),)