diff options
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index fd039000531..6c564876d8b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4823,6 +4823,19 @@ end --------------------------------------------------- -- +--@src/devices/machine/spifi3.h,MACHINES["SPIFI3"] = true +--------------------------------------------------- + +if (MACHINES["SPIFI3"]~=null) then + MACHINES["NSCSI"] = true + files { + MAME_DIR .. "src/devices/machine/spifi3.cpp", + MAME_DIR .. "src/devices/machine/spifi3.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/applefdintf.h,MACHINES["APPLE_FDINTF"] = true --------------------------------------------------- if (MACHINES["APPLE_FDINTF"]~=null) then |
