diff options
author | 2019-07-12 09:28:34 +1000 | |
---|---|---|
committer | 2019-07-12 09:28:34 +1000 | |
commit | 4e17bb120c26c4ec3ffc8407438f6d09b1da5e86 (patch) | |
tree | 20583b3ca381731b76940e28334bcfdab9719188 /scripts/src/machine.lua | |
parent | df99ce2ec0e82020a6fee89f4ffaf7f1468fec31 (diff) | |
parent | 9214a78d705f3b83c3ea45534cf1d8355c1cb9c5 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 169f3d95a84..e21c03279e8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2224,9 +2224,6 @@ end -- --@src/devices/machine/nscsi_bus.h,MACHINES["NSCSI"] = true --@src/devices/machine/nscsi_cb.h,MACHINES["NSCSI"] = true ---@src/devices/machine/nscsi_cd.h,MACHINES["NSCSI"] = true ---@src/devices/machine/nscsi_hd.h,MACHINES["NSCSI"] = true ---@src/devices/machine/nscsi_s1410.h,MACHINES["NSCSI"] = true --------------------------------------------------- if (MACHINES["NSCSI"]~=null) then @@ -2235,12 +2232,6 @@ if (MACHINES["NSCSI"]~=null) then MAME_DIR .. "src/devices/machine/nscsi_bus.h", MAME_DIR .. "src/devices/machine/nscsi_cb.cpp", MAME_DIR .. "src/devices/machine/nscsi_cb.h", - MAME_DIR .. "src/devices/machine/nscsi_cd.cpp", - MAME_DIR .. "src/devices/machine/nscsi_cd.h", - MAME_DIR .. "src/devices/machine/nscsi_hd.cpp", - MAME_DIR .. "src/devices/machine/nscsi_hd.h", - MAME_DIR .. "src/devices/machine/nscsi_s1410.cpp", - MAME_DIR .. "src/devices/machine/nscsi_s1410.h", } end |