summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-04-18 19:15:22 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-04-18 19:17:11 +0200
commit5ae175ff115ab674fd3de623175c6571b522e765 (patch)
tree8de457766b80b699264f24e2bc724a377a9cd601 /scripts/src
parentbbf2aa2476fc2c7e9ea3c9321a9bd0e62aa11015 (diff)
vp415 skeleton updates, nw
Diffstat (limited to 'scripts/src')
-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 f08a592ffae..91d5da4519a 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -155,6 +155,19 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ncr5385.h,MACHINES["NCR5385"] = true
+---------------------------------------------------
+
+if (MACHINES["NCR5385"]~=null) then
+ MACHINES["NSCSI"] = true
+ files {
+ MAME_DIR .. "src/devices/machine/ncr5385.cpp",
+ MAME_DIR .. "src/devices/machine/ncr5385.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/53c810.h,MACHINES["LSI53C810"] = true
---------------------------------------------------