diff options
author | 2020-03-29 18:21:11 +0700 | |
---|---|---|
committer | 2020-03-29 18:21:11 +0700 | |
commit | 5693fa06918aa74074d0b14807f3a13fc7df5ac1 (patch) | |
tree | 15cfb330ef5fe23742bdf0a3c55fbf0c7d9ee0e1 /scripts/src | |
parent | 1b472fde8bda611747de9d4740d8b45e01636722 (diff) |
cxd1185: new device
Diffstat (limited to 'scripts/src')
-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 7bcd796c7af..e72a653f5b9 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4268,3 +4268,15 @@ if (MACHINES["I3002"]~=null) then MAME_DIR .. "src/devices/machine/i3002.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/cxd1185.h,MACHINES["CXD1185"] = true +--------------------------------------------------- + +if (MACHINES["CXD1185"]~=null) then + files { + MAME_DIR .. "src/devices/machine/cxd1185.cpp", + MAME_DIR .. "src/devices/machine/cxd1185.h", + } +end |