summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/archimedes_keyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/archimedes_keyb.h')
-rw-r--r--src/devices/machine/archimedes_keyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/archimedes_keyb.h b/src/devices/machine/archimedes_keyb.h
index 7acf6ae8d59..5c2dfc300c5 100644
--- a/src/devices/machine/archimedes_keyb.h
+++ b/src/devices/machine/archimedes_keyb.h
@@ -25,7 +25,7 @@ class archimedes_keyboard_device : public device_t, public device_serial_interfa
{
public:
// construction/destruction
- archimedes_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ archimedes_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
auto kout() { return m_kout.bind(); }