summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/keyboards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/keyboards.cpp')
-rw-r--r--src/devices/bus/pc_kbd/keyboards.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/bus/pc_kbd/keyboards.cpp b/src/devices/bus/pc_kbd/keyboards.cpp
index 98be3e2e304..ff6e5a65d0a 100644
--- a/src/devices/bus/pc_kbd/keyboards.cpp
+++ b/src/devices/bus/pc_kbd/keyboards.cpp
@@ -11,6 +11,7 @@
#include "pcxt83.h"
#include "pcat84.h"
#include "pcat101.h"
+#include "hle_mouse.h"
void pc_xt_keyboards(device_slot_interface &device)
{
@@ -30,3 +31,8 @@ void pc_at_keyboards(device_slot_interface &device)
device.option_add(STR_KBD_IBM_3270PC_122, PC_KBD_IBM_3270PC_122);
device.option_add(STR_KBD_IBM_PC_AT_101, PC_KBD_IBM_PC_AT_101);
}
+
+void ps2_mice(device_slot_interface &device)
+{
+ device.option_add(STR_HLE_PS2_MOUSE, HLE_PS2_MOUSE);
+}