mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
fm_scsi: kick upstairs in devices/machine
This commit is contained in:
parent
149de81cdc
commit
0ed8bbcab7
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user