From ccc03cab083c27777f615e60906c8dc3f0714610 Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Mon, 17 Jun 2019 02:12:45 +0200 Subject: -tdc1008: Fixed latching of RND, TC, ACC, and SUB signals. [Ryan Holtz] -tmc208k: Added device for TRW TMC208K/TMC28KU 8x8-bit Parallel Multiplier. [Ryan Holtz] -dpb7000: Added placeholder devices for TMC multipliers on the Combiner Card, 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 8ab1a7754ee..089d4b80154 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2831,6 +2831,18 @@ if (MACHINES["TMC0430"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/tmc208k.h,MACHINES["TMC208K"] = true +--------------------------------------------------- + +if (MACHINES["TMC208K"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tmc208k.cpp", + MAME_DIR .. "src/devices/machine/tmc208k.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/tmp68301.h,MACHINES["TMP68301"] = true -- cgit v1.2.3-70-g09d2