summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-02-09 19:03:58 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-02-09 19:03:58 +1100
commitbcd759cfb81f909861ae500f5eafa6c678833f7b (patch)
tree8d9eb59928ec67555c79b81751551c84986be0c2 /scripts/src
parent1e5405fbf82b51b96463e9e888ff82494c09b991 (diff)
parent81a4d2953b6aaf8eafe5c309080c2b6d8f32bb71 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/src')
-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 c06b59df9be..fcfc683519a 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
---------------------------------------------------