From 7add0628c580c88cfb832e43b7cfaa3a35ed4e87 Mon Sep 17 00:00:00 2001 From: Brice Onken <32155223+briceonk@users.noreply.github.com> Date: Fri, 5 Aug 2022 03:49:51 -0700 Subject: machine/spifi3.cpp: Implemented HP 1TV3-0302 SPIFI3 SCSI controller. (#10137) --- scripts/src/machine.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scripts') 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 @@ -4821,6 +4821,19 @@ if (MACHINES["CXD1185"]~=null) then } 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 -- cgit v1.2.3