summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/hle_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/hle_mouse.h')
-rw-r--r--src/devices/bus/pc_kbd/hle_mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/hle_mouse.h b/src/devices/bus/pc_kbd/hle_mouse.h
index d4222a35fd2..53b567adaaa 100644
--- a/src/devices/bus/pc_kbd/hle_mouse.h
+++ b/src/devices/bus/pc_kbd/hle_mouse.h
@@ -13,7 +13,7 @@ class hle_ps2_mouse_device
, public device_pc_kbd_interface
{
public:
- hle_ps2_mouse_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ hle_ps2_mouse_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device_t overrides