diff options
author | 2019-01-01 09:17:02 +0700 | |
---|---|---|
committer | 2019-01-01 09:17:02 +0700 | |
commit | a6f8b885da1c5eb582d281dde0300fa04fcfe260 (patch) | |
tree | f33dc85782787bbf52e9c1f130408a60f20a3475 /scripts/src/machine.lua | |
parent | 146b4e369030bd17b6387315570440119f90538c (diff) |
wd33c9x: somebody dropped this (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 8b9235f769b..4e74fd9e6c3 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2949,6 +2949,19 @@ 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 --------------------------------------------------- |