summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-05-22 20:39:13 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-05-22 20:39:13 -0400
commit6f91e0a2f4533c6166cf63c40c355e299cd3352a (patch)
treecc81d16ab720999c9aac721261e83188cc501c3f /scripts/src
parent118df1b2dbdee7347645aad983deebb953204466 (diff)
Preliminary emulation of ASC-88 SCSI adapter [AJR, minuszerodegrees.net]
Diffstat (limited to 'scripts/src')
-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 26b4ef1caf7..86900efcb62 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1359,6 +1359,8 @@ if (BUSES["ISA"]~=null) then
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",
+ MAME_DIR .. "src/devices/bus/isa/asc88.cpp",
+ MAME_DIR .. "src/devices/bus/isa/asc88.h",
}
end