summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-02-07 17:12:06 +0100
committer hap <happppp@users.noreply.github.com>2021-02-07 17:12:19 +0100
commitad11e2d46e9f38d599c04fd82b61e3238ba3335f (patch)
tree2ae5d1ffa0e7d783ebfed252f94e008e26d66e26 /scripts/src/machine.lua
parentf102bc364cc709b95f02532639044e0569f3122a (diff)
added ds8874 device
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 dd34d60bfbc..4be35a2eaff 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1212,6 +1212,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ds8874.h,MACHINES["DS8874"] = true
+---------------------------------------------------
+
+if (MACHINES["DS8874"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ds8874.cpp",
+ MAME_DIR .. "src/devices/machine/ds8874.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/e0516.h,MACHINES["E0516"] = true
---------------------------------------------------