fm_scsi: kick upstairs in devices/machine

This commit is contained in:
Olivier Galibert 2022-06-13 13:10:57 +02:00
parent 149de81cdc
commit 0ed8bbcab7
4 changed files with 12 additions and 2 deletions

View File

@ -4973,3 +4973,14 @@ if (MACHINES["NS32382"]~=null) then
MAME_DIR .. "src/devices/machine/ns32382.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/fm_scsi.h,MACHINES["FM_SCSI"] = true
---------------------------------------------------
if (MACHINES["FM_SCSI"]~=null) then
files {
MAME_DIR .. "src/devices/machine/fm_scsi.cpp",
MAME_DIR .. "src/devices/machine/fm_scsi.h",
}
end

View File

@ -836,6 +836,7 @@ MACHINES["NS32202"] = true
MACHINES["NS32082"] = true
MACHINES["BITMAP_PRINTER"] = true
MACHINES["NS32382"] = true
MACHINES["FM_SCSI"] = true
--------------------------------------------------
-- specify available bus cores
@ -2544,8 +2545,6 @@ files {
MAME_DIR .. "src/mame/drivers/fmtowns.cpp",
MAME_DIR .. "src/mame/includes/fmtowns.h",
MAME_DIR .. "src/mame/video/fmtowns.cpp",
MAME_DIR .. "src/mame/machine/fm_scsi.cpp",
MAME_DIR .. "src/mame/machine/fm_scsi.h",
MAME_DIR .. "src/mame/machine/fmt_icmem.cpp",
MAME_DIR .. "src/mame/machine/fmt_icmem.h",
MAME_DIR .. "src/mame/drivers/fm7.cpp",