diff options
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 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 |