summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/mess.mak
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-12 06:37:59 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-12 06:37:59 +0000
commit5654fcee2bfaf95b31e0a8ae23284ed55aec3111 (patch)
tree3ceb052cfd62855eabbe7bbae2e85cb451d60cbe /src/mess/mess.mak
parent1281a5a7fd9bcf293ba905680788753235887fa9 (diff)
(MESS) svision: handling sound IRQ via a device delegate allows
to finally untangle the sound device from the main state. also given the sound device its own .h file. nw.
Diffstat (limited to 'src/mess/mess.mak')
-rw-r--r--src/mess/mess.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/mess.mak b/src/mess/mess.mak
index 549a7018708..48be3fe7f4e 100644
--- a/src/mess/mess.mak
+++ b/src/mess/mess.mak
@@ -1640,7 +1640,7 @@ $(MESSOBJ)/svi.a: \
$(MESS_DRIVERS)/svi318.o $(MESS_MACHINE)/svi318.o \
$(MESSOBJ)/svision.a: \
- $(MESS_DRIVERS)/svision.o $(MESS_AUDIO)/svision.o \
+ $(MESS_DRIVERS)/svision.o $(MESS_AUDIO)/svis_snd.o \
$(MESSOBJ)/swtpc09.a: \
$(MESS_DRIVERS)/swtpc09.o $(MESS_MACHINE)/swtpc09.o \