wd33c9x: somebody dropped this (nw)

This commit is contained in:
Patrick Mackinlay 2019-01-01 09:17:02 +07:00
parent 146b4e3690
commit a6f8b885da
3 changed files with 15 additions and 0 deletions

View File

@ -2947,6 +2947,19 @@ if (MACHINES["WD33C93"]~=null) then
}
end
---------------------------------------------------
--
--@src/devices/machine/wd33c9x.h,MACHINES["WD33C9X"] = true
---------------------------------------------------
if (MACHINES["WD33C9X"]~=null) then
MACHINES["SCSI"] = true
files {
MAME_DIR .. "src/devices/machine/wd33c9x.cpp",
MAME_DIR .. "src/devices/machine/wd33c9x.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/wd7600.h,MACHINES["WD7600"] = true

View File

@ -608,6 +608,7 @@ MACHINES["WD_FDC"] = true
MACHINES["WD11C00_17"] = true
MACHINES["WD2010"] = true
MACHINES["WD33C93"] = true
MACHINES["WD33C9X"] = true
MACHINES["X2212"] = true
MACHINES["X76F041"] = true
MACHINES["X76F100"] = true

View File

@ -622,6 +622,7 @@ MACHINES["WD_FDC"] = true
MACHINES["WD11C00_17"] = true
MACHINES["WD2010"] = true
MACHINES["WD33C93"] = true
MACHINES["WD33C9X"] = true
MACHINES["WD7600"] = true
MACHINES["X2201"] = true
MACHINES["X2212"] = true