summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.mak
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2009-12-12 18:22:43 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2009-12-12 18:22:43 +0000
commit9ccef5fb60508d39f7fcde0db183aa4dae1ba527 (patch)
treea92ce6143f5489c4dce333b2fbb21d114c8d22e8 /src/emu/emu.mak
parent26ef740b4b46cbd06eb81fabe6754241a202240d (diff)
Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c to use it, removing the almost identical implementation in the driver.
Out of whatsnew: Unfortunately, I was unable to make both malzak and p2000t (in MESS) to work without a small kludge, clearly documented in the source. I plan to further investigating the problem once I manage to merge the other 505x variants (later)
Diffstat (limited to 'src/emu/emu.mak')
-rw-r--r--src/emu/emu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/emu.mak b/src/emu/emu.mak
index 89acb4aebb1..79b0f30cef5 100644
--- a/src/emu/emu.mak
+++ b/src/emu/emu.mak
@@ -184,6 +184,7 @@ EMUVIDEOOBJS = \
$(EMUVIDEO)/resnet.o \
$(EMUVIDEO)/rgbutil.o \
$(EMUVIDEO)/s2636.o \
+ $(EMUVIDEO)/saa5050.o \
$(EMUVIDEO)/tlc34076.o \
$(EMUVIDEO)/tms34061.o \
$(EMUVIDEO)/tms9927.o \