summaryrefslogtreecommitdiffstats
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-16 20:37:47 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-16 20:37:47 +1000
commit24e227510d8ec61b7086a727ca80449d886799bf (patch)
treeeebb8c6245cab7edf83b5405808eb32027c3eafb /scripts/src/machine.lua
parentbce49a8e554f76400176d373285ac8d606d3271e (diff)
parent2d8207f9178b01f45fec6c08ffd35bc7dafa5772 (diff)
Merge remote-tracking branch 'upstream/master'
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 e21c03279e8..185ad28dc4d 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4082,3 +4082,15 @@ if (MACHINES["EDLC"]~=null) then
MAME_DIR .. "src/devices/machine/edlc.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/wtl3132.h,MACHINES["WTL3132"] = true
+---------------------------------------------------
+
+if (MACHINES["WTL3132"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/wtl3132.cpp",
+ MAME_DIR .. "src/devices/machine/wtl3132.h",
+ }
+end