diff options
| author | 2018-10-11 12:55:09 +0200 | |
|---|---|---|
| committer | 2018-10-11 12:56:24 +0200 | |
| commit | 75fde4b0f0fa52f3a28f28d535fc21049abd238a (patch) | |
| tree | 00a96e6f654715db26a17598fd897db9e6ecd905 /scripts | |
| parent | ce9f2f8a28f5645474b6cd2a047992921e16882b (diff) | |
hp_hil: add HP 46060B mouse
- move hle_device_base to it's own files
- add hlemouse.{cpp,h}
- add mouse device to hp_ipc and hp9k_3xx
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 84b5ea324c7..02a3afc5b83 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -869,6 +869,10 @@ if (BUSES["HPHIL"]~=null) then MAME_DIR .. "src/devices/bus/hp_hil/hp_hil.h", MAME_DIR .. "src/devices/bus/hp_hil/hil_devices.cpp", MAME_DIR .. "src/devices/bus/hp_hil/hil_devices.h", + MAME_DIR .. "src/devices/bus/hp_hil/hlebase.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hlebase.h", + MAME_DIR .. "src/devices/bus/hp_hil/hlemouse.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hlemouse.h", MAME_DIR .. "src/devices/bus/hp_hil/hlekbd.cpp", MAME_DIR .. "src/devices/bus/hp_hil/hlekbd.h", } |
