summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/myb3k_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/myb3k_kbd.cpp')
-rw-r--r--src/devices/machine/myb3k_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/myb3k_kbd.cpp b/src/devices/machine/myb3k_kbd.cpp
index 768ae3bda91..a2fc2919fc8 100644
--- a/src/devices/machine/myb3k_kbd.cpp
+++ b/src/devices/machine/myb3k_kbd.cpp
@@ -342,7 +342,7 @@ myb3k_keyboard_device::myb3k_keyboard_device(
{
}
-myb3k_keyboard_device::myb3k_keyboard_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock)
+myb3k_keyboard_device::myb3k_keyboard_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock)
: myb3k_keyboard_device(mconfig, MYB3K_KEYBOARD, tag, owner, clock)
{
}