summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-10-12 22:45:15 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-10-12 22:45:15 -0400
commitc6900b12fde939126e89f4bea6744dbc2cb51ed4 (patch)
tree367136d78508c11aa3a94d1d4a851f387326f2cd /scripts/src/machine.lua
parentd1e3e46eebab6b728d6081a1142b1e597ce176a8 (diff)
New machines marked as NOT_WORKING
---------------------------------- Scientific Instruments Model 5500 Temperature Controller [ClawGrip]
Diffstat (limited to 'scripts/src/machine.lua')
-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 1c0ecc07b59..03ee38c0c90 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2961,6 +2961,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/x2201.h,MACHINES["X2201"] = true
+---------------------------------------------------
+
+if (MACHINES["X2201"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/x2201.cpp",
+ MAME_DIR .. "src/devices/machine/x2201.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/x2212.h,MACHINES["X2212"] = true
---------------------------------------------------