diff options
author | 2019-07-15 22:28:19 +0700 | |
---|---|---|
committer | 2019-07-15 22:28:19 +0700 | |
commit | 1f9fd834aff1b348f1ba099179ca15eb602e102c (patch) | |
tree | ab175c2642b989159e306dd70f938c5a2c19c6f9 /scripts/src/machine.lua | |
parent | e2863920b5cd81b2fa8e51338382d02102c9e434 (diff) |
wtl3132: new device
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 39435e18798..82d77e9ab18 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 |