summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/iskr1030.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/iskr1030.h')
-rw-r--r--src/devices/bus/pc_kbd/iskr1030.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/iskr1030.h b/src/devices/bus/pc_kbd/iskr1030.h
index 5c849a2b6b0..32562c62935 100644
--- a/src/devices/bus/pc_kbd/iskr1030.h
+++ b/src/devices/bus/pc_kbd/iskr1030.h
@@ -27,7 +27,7 @@ class iskr_1030_keyboard_device : public device_t, public device_pc_kbd_interfac
{
public:
// construction/destruction
- iskr_1030_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ iskr_1030_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides