diff options
Diffstat (limited to 'src/devices/bus/adamnet/kb.h')
-rw-r--r-- | src/devices/bus/adamnet/kb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/adamnet/kb.h b/src/devices/bus/adamnet/kb.h index 167ff1fc46d..3eb9f3de7a0 100644 --- a/src/devices/bus/adamnet/kb.h +++ b/src/devices/bus/adamnet/kb.h @@ -27,7 +27,7 @@ class adam_keyboard_device : public device_t, { public: // construction/destruction - adam_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + adam_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |