From ee6684ac85add808675176f0ff2a69b46f103506 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Wed, 30 Mar 2016 23:49:08 +0200 Subject: New GROM implementation (TMC0430) with (almost) precise clock behavior --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 009b75c6e7d..4499f93ef1f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2084,6 +2084,18 @@ if (MACHINES["TIMEKPR"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/tmc0430.h,MACHINES["TMC0430"] = true +--------------------------------------------------- + +if (MACHINES["TMC0430"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tmc0430.cpp", + MAME_DIR .. "src/devices/machine/tmc0430.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/tmp68301.h,MACHINES["TMP68301"] = true -- cgit v1.2.3-70-g09d2