diff options
author | 2019-02-20 13:25:12 +0700 | |
---|---|---|
committer | 2019-02-20 13:25:12 +0700 | |
commit | 455195eecf8bf0ec1ea266b79fc216d53ebc6170 (patch) | |
tree | 6515392cfed121f4363bfed71b71663ee200cc94 /scripts/src/machine.lua | |
parent | b84397f786f177bc0e215a9d76f2454045ac71fa (diff) |
xc1700e: 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 6d1c8a96ba9..600e9ade88a 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3869,3 +3869,15 @@ if (MACHINES["I82357"]~=null) then MAME_DIR .. "src/devices/machine/i82357.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/xc1700e.h,MACHINES["XC1700E"] = true +--------------------------------------------------- + +if (MACHINES["XC1700E"]~=null) then + files { + MAME_DIR .. "src/devices/machine/xc1700e.cpp", + MAME_DIR .. "src/devices/machine/xc1700e.h", + } +end |