summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Sven Schnelle <svens@stackframe.org>2018-10-08 22:49:46 +0200
committer Sven Schnelle <svens@stackframe.org>2018-10-08 22:51:40 +0200
commitd929f8b41b256ddefb3cd997b1cbe3ebd6e9f820 (patch)
tree36dd3a84bd38c89b103a2ac10c9a761c3c0ac191 /scripts
parent69eafc7724d8e5c703cf2177aca00417a3d0a109 (diff)
hp9k_3xx: move Sound, GPIB, Keyboard and RTC to human interface module
On HP9000/300, these modules where always a logical unit connected to the DIO bus. On some systems this was even a seperate DIO module. Lets represent this in software. It also cleans up hp9k_3xx.cpp.
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 e86393a9e8f..86fade73bff 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -893,6 +893,8 @@ if (BUSES["HPDIO"]~=null) then
MAME_DIR .. "src/devices/bus/hp_dio/hp98603b.h",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.cpp",
MAME_DIR .. "src/devices/bus/hp_dio/hp98644.h",
+ MAME_DIR .. "src/devices/bus/hp_dio/human_interface.cpp",
+ MAME_DIR .. "src/devices/bus/hp_dio/human_interface.h",
}
end