summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Sven Schnelle <41547105+svenschnelle@users.noreply.github.com>2024-06-29 13:22:43 +0200
committer GitHub <noreply@github.com>2024-06-29 07:22:43 -0400
commit8af8f5d7306a498aabfaa744c3748f82a6c7609c (patch)
tree81742a48d114a002e981da2a704c7daf2d1ff200 /scripts/src
parent6e145763df276a2a7f4bda1a1d18b43772503084 (diff)
hp_dio: add HP98624 GPIB interface card (#12514)
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 f0c8f83e466..7ef89b621a3 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1488,6 +1488,8 @@ if (BUSES["HPDIO"]~=null) then
MAME_DIR .. "src/devices/bus/hp_dio/hp98603b.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98620.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98620.h",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98624.cpp",
+ MAME_DIR .. "src/devices/bus/hp_dio/hp98624.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98643.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98643.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.cpp",