From dd73e03c08b6e6058d55b73a6557f4c3d1355248 Mon Sep 17 00:00:00 2001 From: r09 Date: Wed, 7 Oct 2020 18:20:32 +0200 Subject: 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 --- scripts/src/bus.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts/src') 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 @@ -1115,6 +1115,20 @@ if (BUSES["EP64"]~=null) then 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 -- cgit v1.2.3-70-g09d2