summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
author r09 <rzero9@gmail.com>2020-10-07 18:20:32 +0200
committer GitHub <noreply@github.com>2020-10-08 03:20:32 +1100
commitdd73e03c08b6e6058d55b73a6557f4c3d1355248 (patch)
tree6a49ae40774c136dd5a7e5274f3afb9fd4cd5eef /scripts/src/bus.lua
parentc552c38ac6ae039d04fbba2c7b2639953e994ccd (diff)
fmtowns: add devices for the SCSI card slot and the FMT-121 card (#7306)
* fmtowns: add a SCSI card slot for the original models - Add a slot device for the Model 1/2 dedicated SCSI slot - Add a device for the FMT-121 SCSI Card - Modify the I/O maps and machine configurations so the slot and the integrated controller don't overlap
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 54550c06341..f54599e7837 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1117,6 +1117,20 @@ end
---------------------------------------------------
--
+--@src/devices/bus/fmt_scsi/fmt_scsi.h,BUSES["FMT_SCSI"] = true
+---------------------------------------------------
+
+if (BUSES["FMT_SCSI"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/fmt_scsi/fmt_scsi.cpp",
+ MAME_DIR .. "src/devices/bus/fmt_scsi/fmt_scsi.h",
+ MAME_DIR .. "src/devices/bus/fmt_scsi/fmt121.cpp",
+ MAME_DIR .. "src/devices/bus/fmt_scsi/fmt121.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/bus/gamate/slot.h,BUSES["GAMATE"] = true
---------------------------------------------------