summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-14 18:18:12 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-14 18:22:18 -0400
commite01935498f6a857e7d206c292b671e1bfab46838 (patch)
tree7f9e1c0bf4fa7b300435d44c9e050e2829c133a4 /scripts
parent003423aedbc7aed48b89cc5a6f575d50477aac74 (diff)
Add skeleton device for UltraStor Ultra-14F SCSI controller [Metropoli BBS Archive]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 2ecf90c0ace..b2717ba20c9 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1322,6 +1322,8 @@ if (BUSES["ISA"]~=null) then
MAME_DIR .. "src/devices/bus/isa/dcb.h",
MAME_DIR .. "src/devices/bus/isa/ultra12f.cpp",
MAME_DIR .. "src/devices/bus/isa/ultra12f.h",
+ MAME_DIR .. "src/devices/bus/isa/ultra14f.cpp",
+ MAME_DIR .. "src/devices/bus/isa/ultra14f.h",
}
end