and the missing device (nw)

This commit is contained in:
smf- 2016-06-10 19:46:04 +01:00
parent c0f5e96353
commit f503c71934
2 changed files with 13 additions and 0 deletions

View File

@ -2868,6 +2868,7 @@ if (MACHINES["APPLE_FDC"]~=null) then
MAME_DIR .. "src/devices/machine/applefdc.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/sonydriv.h,MACHINES["SONY_DRIVE"] = true
@ -2878,3 +2879,14 @@ if (MACHINES["SONY_DRIVE"]~=null) then
MAME_DIR .. "src/devices/machine/sonydriv.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/scnxx562.h,MACHINES["SCNXX562"] = true
---------------------------------------------------
if (MACHINES["SCNXX562"]~=null) then
files {
MAME_DIR .. "src/devices/machine/scnxx562.cpp",
MAME_DIR .. "src/devices/machine/scnxx562.h",
}
end

View File

@ -583,6 +583,7 @@ MACHINES["SMARTMEDIA"] = true
MACHINES["APPLE_DRIVE"] = true
MACHINES["APPLE_FDC"] = true
MACHINES["SONY_DRIVE"] = true
MACHINES["SCNXX562"] = true
--------------------------------------------------
-- specify available bus cores