diff options
author | 2024-06-29 13:22:43 +0200 | |
---|---|---|
committer | 2024-06-29 07:22:43 -0400 | |
commit | 8af8f5d7306a498aabfaa744c3748f82a6c7609c (patch) | |
tree | 81742a48d114a002e981da2a704c7daf2d1ff200 /scripts/src | |
parent | 6e145763df276a2a7f4bda1a1d18b43772503084 (diff) |
hp_dio: add HP98624 GPIB interface card (#12514)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
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", |