diff options
author | 2018-10-12 22:45:15 -0400 | |
---|---|---|
committer | 2018-10-12 22:45:15 -0400 | |
commit | c6900b12fde939126e89f4bea6744dbc2cb51ed4 (patch) | |
tree | 367136d78508c11aa3a94d1d4a851f387326f2cd /scripts/src/machine.lua | |
parent | d1e3e46eebab6b728d6081a1142b1e597ce176a8 (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.lua | 12 |
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 --------------------------------------------------- |