summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-06-26 20:21:15 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2019-06-26 20:21:15 +0700
commit4b70016e833fa55b735108b5ebb9f800db0b47d4 (patch)
tree4153e9c7bea6ec4ace832a98bad071a023a62a5c /scripts/src/machine.lua
parente78ac44ab0d5f449b282db64dfe57487594bbc6f (diff)
new device seeq8003
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 58f24b5647e..09192e522bc 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4079,3 +4079,15 @@ if (MACHINES["XC1700E"]~=null) then
MAME_DIR .. "src/devices/machine/xc1700e.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/edlc.h,MACHINES["EDLC"] = true
+---------------------------------------------------
+
+if (MACHINES["EDLC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/edlc.cpp",
+ MAME_DIR .. "src/devices/machine/edlc.h",
+ }
+end