summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tiny.mak
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-10-19 05:52:41 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-10-19 05:52:41 +0000
commitcf6927cb9f328c197cc7137495b43646d2f2be09 (patch)
tree3836ca68756493954a57b6a63c0b29c24bf7ea68 /src/mame/tiny.mak
parent05421623da5cd8014428679caba4195bf9f11038 (diff)
Fix MT04065: tiny (and ldplayer) don't link.
This needs an unfortunate hack with a dummy driver added to seed references to the devices that are only otherwise referenced by libemu.a. Also removed SOUNDS += CUSTOM since such a sound device no longer exists.
Diffstat (limited to 'src/mame/tiny.mak')
-rw-r--r--src/mame/tiny.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/tiny.mak b/src/mame/tiny.mak
index dd11a7308b0..fc4e4f26613 100644
--- a/src/mame/tiny.mak
+++ b/src/mame/tiny.mak
@@ -48,7 +48,6 @@ CPUS += M680X0
# drivers referenced in tiny.c.
#-------------------------------------------------
-SOUNDS += CUSTOM
SOUNDS += SAMPLES
SOUNDS += DAC
SOUNDS += DISCRETE
@@ -71,6 +70,7 @@ SOUNDS += CEM3394
DRVLIBS = \
$(MAMEOBJ)/tiny.o \
+ $(EMUDRIVERS)/emudummy.o \
$(MACHINE)/ticket.o \
$(DRIVERS)/carpolo.o $(MACHINE)/carpolo.o $(VIDEO)/carpolo.o \
$(DRIVERS)/circus.o $(AUDIO)/circus.o $(VIDEO)/circus.o \