From e4c8d9f53890f9c8180397a80026fcea90e046e8 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 13 Jul 2021 11:12:00 +0200 Subject: New working machines -------------------- TI-1680 [hap, Sean Riddle] --- scripts/src/machine.lua | 12 ++++++++++++ scripts/target/mame/mess.lua | 1 + 2 files changed, 13 insertions(+) (limited to 'scripts') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index abe1e10ac28..d0510057870 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3280,6 +3280,18 @@ if (MACHINES["TMC0430"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/tmc0999.h,MACHINES["TMC0999"] = true +--------------------------------------------------- + +if (MACHINES["TMC0999"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tmc0999.cpp", + MAME_DIR .. "src/devices/machine/tmc0999.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/tmc208k.h,MACHINES["TMC208K"] = true diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index f19c9ed63aa..6af561d2590 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -700,6 +700,7 @@ MACHINES["TDC1008"] = true --MACHINES["TE7750"] = true MACHINES["TIMEKPR"] = true MACHINES["TMC0430"] = true +MACHINES["TMC0999"] = true MACHINES["TMC208K"] = true MACHINES["TMP68301"] = true MACHINES["TMS5501"] = true -- cgit v1.2.3