summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-01-01 09:17:02 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2019-01-01 09:17:02 +0700
commita6f8b885da1c5eb582d281dde0300fa04fcfe260 (patch)
treef33dc85782787bbf52e9c1f130408a60f20a3475 /scripts/src/machine.lua
parent146b4e369030bd17b6387315570440119f90538c (diff)
wd33c9x: somebody dropped this (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua13
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
---------------------------------------------------