diff options
Diffstat (limited to 'src/devices/bus/bbc/userport/cfa3000kbd.cpp')
-rw-r--r-- | src/devices/bus/bbc/userport/cfa3000kbd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/userport/cfa3000kbd.cpp b/src/devices/bus/bbc/userport/cfa3000kbd.cpp index 5b2d5586f56..36420596a12 100644 --- a/src/devices/bus/bbc/userport/cfa3000kbd.cpp +++ b/src/devices/bus/bbc/userport/cfa3000kbd.cpp @@ -83,7 +83,7 @@ ioport_constructor cfa3000_kbd_device::device_input_ports() const // cfa3000_kbd_device - constructor //------------------------------------------------- -cfa3000_kbd_device::cfa3000_kbd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +cfa3000_kbd_device::cfa3000_kbd_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, CFA3000_KBD, tag, owner, clock), device_bbc_userport_interface(mconfig, *this), m_kbd(*this, "KBD.%u", 0) |