diff options
author | 2019-07-16 20:37:47 +1000 | |
---|---|---|
committer | 2019-07-16 20:37:47 +1000 | |
commit | 24e227510d8ec61b7086a727ca80449d886799bf (patch) | |
tree | eebb8c6245cab7edf83b5405808eb32027c3eafb /scripts/src/machine.lua | |
parent | bce49a8e554f76400176d373285ac8d606d3271e (diff) | |
parent | 2d8207f9178b01f45fec6c08ffd35bc7dafa5772 (diff) |
Merge remote-tracking branch 'upstream/master'
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 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 |