From 68d9445979335ea14a659381cc4dae94322818a7 Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Sun, 16 Jun 2019 23:45:57 +0200 Subject: -tdc1008: Initial untested implementation of the TRW TDC1008 Multiplier-Accumulator. [Ryan Holtz] -dpb7000: Added TDC1008 devices for the Filter Card, albeit not hooked up yet, nw --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index e58809b2470..8ab1a7754ee 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2771,6 +2771,18 @@ if (MACHINES["TC0091LVC"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/tdc1008.h,MACHINES["TDC1008"] = true +--------------------------------------------------- + +if (MACHINES["TDC1008"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tdc1008.cpp", + MAME_DIR .. "src/devices/machine/tdc1008.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/te7750.h,MACHINES["TE7750"] = true -- cgit v1.2.3-70-g09d2