summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-07-13 11:12:00 +0200
committer hap <happppp@users.noreply.github.com>2021-07-13 11:12:14 +0200
commite4c8d9f53890f9c8180397a80026fcea90e046e8 (patch)
treeac02e06f2a4ae1c3b8434c2c69e16d1b7e4a94b1 /scripts
parentb3e47e87ecf63edbf4a4b8f9788b9f984e9b3b87 (diff)
New working machines
-------------------- TI-1680 [hap, Sean Riddle]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua12
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 13 insertions, 0 deletions
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
@@ -3282,6 +3282,18 @@ 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