summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
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 a0e4792a5fd..f1869389ae2 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3311,6 +3311,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/saa5070.h,MACHINES["SAA5070"] = true
+---------------------------------------------------
+
+if (MACHINES["SAA5070"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/saa5070.cpp",
+ MAME_DIR .. "src/devices/machine/saa5070.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/scc66470.h,MACHINES["SCC66470"] = true
---------------------------------------------------
if (MACHINES["SCC66470"]~=null) then