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.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index d38de5d4293..147271a2626 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -5365,3 +5365,14 @@ if (MACHINES["CAT702"]~=null) then
MAME_DIR .. "src/devices/machine/cat702.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/sci4.h,MACHINES["SCI4"] = true
+---------------------------------------------------
+if (MACHINES["SCI4"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/sci4.cpp",
+ MAME_DIR .. "src/devices/machine/sci4.h",
+ }
+end