summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gt913_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/gt913_kbd.h')
-rw-r--r--src/devices/machine/gt913_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/gt913_kbd.h b/src/devices/machine/gt913_kbd.h
index 3bf2ced327e..0a1e64907d0 100644
--- a/src/devices/machine/gt913_kbd.h
+++ b/src/devices/machine/gt913_kbd.h
@@ -21,7 +21,7 @@ class gt913_kbd_hle_device : public device_t, protected device_matrix_keyboard_i
{
public:
// construction/destruction
- gt913_kbd_hle_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ gt913_kbd_hle_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
auto irq_cb() { return m_irq_cb.bind(); }