summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/busmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/busmouse.h')
-rw-r--r--src/devices/machine/busmouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/busmouse.h b/src/devices/machine/busmouse.h
index 29c20d236ee..93718527d62 100644
--- a/src/devices/machine/busmouse.h
+++ b/src/devices/machine/busmouse.h
@@ -15,7 +15,7 @@ class bus_mouse_device : public device_t
{
public:
// construction/destruction
- bus_mouse_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ bus_mouse_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto extint_callback() { return m_write_extint.bind(); }