diff options
| author | 2018-10-08 22:49:46 +0200 | |
|---|---|---|
| committer | 2018-10-08 22:51:40 +0200 | |
| commit | d929f8b41b256ddefb3cd997b1cbe3ebd6e9f820 (patch) | |
| tree | 36dd3a84bd38c89b103a2ac10c9a761c3c0ac191 /scripts/src | |
| parent | 69eafc7724d8e5c703cf2177aca00417a3d0a109 (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/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 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 |
