summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Sven Schnelle <svens@stackframe.org>2018-10-09 20:11:24 +0200
committer Sven Schnelle <svens@stackframe.org>2018-10-09 20:11:24 +0200
commitc0a6d6bf2350a1d4bcf887b4cde0d0cba891e1af (patch)
tree1f3aa770fa9981dbd10bfe8816cdabbcd55e7cd4 /scripts
parentc918cf267ac50461cf423bcc441c2712af5cb0bc (diff)
hp9k_3xx: add HP98265A SCSI controller (nw)
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 92c516ecdf8..84b5ea324c7 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -883,6 +883,8 @@ if (BUSES["HPDIO"]~=null) then
files {
MAME_DIR .. "src/devices/bus/hp_dio/hp_dio.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp_dio.h",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98265a.cpp",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98265a.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98543.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98543.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98544.cpp",