summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hil_devices.cpp
diff options
context:
space:
mode:
author Sven Schnelle <svens@stackframe.org>2018-10-11 12:55:09 +0200
committer Sven Schnelle <svens@stackframe.org>2018-10-11 12:56:24 +0200
commit75fde4b0f0fa52f3a28f28d535fc21049abd238a (patch)
tree00a96e6f654715db26a17598fd897db9e6ecd905 /src/devices/bus/hp_hil/hil_devices.cpp
parentce9f2f8a28f5645474b6cd2a047992921e16882b (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 'src/devices/bus/hp_hil/hil_devices.cpp')
-rw-r--r--src/devices/bus/hp_hil/hil_devices.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/hp_hil/hil_devices.cpp b/src/devices/bus/hp_hil/hil_devices.cpp
index 422ff680c4c..b7b6ae85513 100644
--- a/src/devices/bus/hp_hil/hil_devices.cpp
+++ b/src/devices/bus/hp_hil/hil_devices.cpp
@@ -10,4 +10,5 @@ void hp_hil_devices(device_slot_interface &device)
{
device.option_add(STR_KBD_HP_INTEGRAL, HP_IPC_HLE_KEYBOARD);
device.option_add(STR_KBD_HP_46021A, HP_ITF_HLE_KEYBOARD);
+ device.option_add(STR_MOUSE_HP_46060B, HP_46060B_MOUSE);
}