summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rtpc/kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rtpc/kbd.h')
-rw-r--r--src/devices/bus/rtpc/kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rtpc/kbd.h b/src/devices/bus/rtpc/kbd.h
index 860cb5c2218..b9962577122 100644
--- a/src/devices/bus/rtpc/kbd.h
+++ b/src/devices/bus/rtpc/kbd.h
@@ -14,7 +14,7 @@ class rtpc_kbd_device
, public device_rtpc_kbd_interface
{
public:
- rtpc_kbd_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock);
+ rtpc_kbd_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock);
protected:
// device_t overrides