summaryrefslogtreecommitdiffstats
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 344d06b9ecc..60fd77428dd 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -5017,3 +5017,14 @@ if (MACHINES["AT_MB"]~=null) then
MAME_DIR .. "src/devices/machine/at.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/saa7191.h,MACHINES["SAA7191"] = true
+---------------------------------------------------
+if (MACHINES["SAA7191"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/saa7191.cpp",
+ MAME_DIR .. "src/devices/machine/saa7191.h",
+ }
+end