summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
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/src
parentb3e47e87ecf63edbf4a4b8f9788b9f984e9b3b87 (diff)
New working machines
-------------------- TI-1680 [hap, Sean Riddle]
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 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
---------------------------------------------------