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 ff31c758e05..3ff6101ebd8 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4973,3 +4973,14 @@ if (MACHINES["NS32382"]~=null) then
MAME_DIR .. "src/devices/machine/ns32382.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/fm_scsi.h,MACHINES["FM_SCSI"] = true
+---------------------------------------------------
+if (MACHINES["FM_SCSI"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/fm_scsi.cpp",
+ MAME_DIR .. "src/devices/machine/fm_scsi.h",
+ }
+end