summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-17 21:57:39 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-17 21:57:39 -0400
commit06fc72cdcb5bd9774a19e978fa5e81cafe4ad9fa (patch)
treec3e5ff56e2f13da3022b771eb224be0d42124d83 /scripts
parent2ecfd840e8476f80b72f046753427cf46601cd8d (diff)
Add skeleton devices for Tekram EISA SCSI contrllers [Metropoli BBS Archive, I-Shou University File Server]
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 cffef2183ac..26d0f336fed 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1326,6 +1326,8 @@ if (BUSES["ISA"]~=null) then
MAME_DIR .. "src/devices/bus/isa/ultra14f.h",
MAME_DIR .. "src/devices/bus/isa/ultra24f.cpp",
MAME_DIR .. "src/devices/bus/isa/ultra24f.h",
+ MAME_DIR .. "src/devices/bus/isa/tekram_dc820.cpp",
+ MAME_DIR .. "src/devices/bus/isa/tekram_dc820.h",
}
end