summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index e0c955ce9aa..8900f14a108 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4881,3 +4881,25 @@ if (MACHINES["NS32082"]~=null) then
MAME_DIR .. "src/devices/machine/ns32082.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/tsconfdma.h,MACHINES["TSCONF_DMA"] = true
+---------------------------------------------------
+if (MACHINES["TSCONF_DMA"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/tsconfdma.cpp",
+ MAME_DIR .. "src/devices/machine/tsconfdma.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/glukrs.h,MACHINES["GLUKRS"] = true
+---------------------------------------------------
+if (MACHINES["GLUKRS"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/glukrs.cpp",
+ MAME_DIR .. "src/devices/machine/glukrs.h",
+ }
+end