diff options
| author | 2018-04-18 19:15:22 +0200 | |
|---|---|---|
| committer | 2018-04-18 19:17:11 +0200 | |
| commit | 5ae175ff115ab674fd3de623175c6571b522e765 (patch) | |
| tree | 8de457766b80b699264f24e2bc724a377a9cd601 /scripts | |
| parent | bbf2aa2476fc2c7e9ea3c9321a9bd0e62aa11015 (diff) | |
vp415 skeleton updates, nw
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 13 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
2 files changed, 14 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 --------------------------------------------------- diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 48f9c605c5b..9eae21510c5 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -505,6 +505,7 @@ MACHINES["MSM6242"] = true MACHINES["MYB3K_KEYBOARD"] = true MACHINES["NCR5380"] = true MACHINES["NCR5380N"] = true +MACHINES["NCR5385"] = true MACHINES["NCR5390"] = true MACHINES["NCR539x"] = true MACHINES["NCR53C7XX"] = true |
