summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/uts_kbd/extw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/uts_kbd/extw.h')
-rw-r--r--src/devices/bus/uts_kbd/extw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/uts_kbd/extw.h b/src/devices/bus/uts_kbd/extw.h
index 21599139ec1..eddff8ab82d 100644
--- a/src/devices/bus/uts_kbd/extw.h
+++ b/src/devices/bus/uts_kbd/extw.h
@@ -11,7 +11,7 @@
class uts_extw_keyboard_device : public device_t, public device_uts_keyboard_interface
{
public:
- uts_extw_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ uts_extw_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
virtual DECLARE_WRITE_LINE_MEMBER(ready_w) override;