diff options
Diffstat (limited to 'src/devices/bus/bbc/joyport/mouse.cpp')
-rw-r--r-- | src/devices/bus/bbc/joyport/mouse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/joyport/mouse.cpp b/src/devices/bus/bbc/joyport/mouse.cpp index 1cd91caeaa5..ae8fe92b348 100644 --- a/src/devices/bus/bbc/joyport/mouse.cpp +++ b/src/devices/bus/bbc/joyport/mouse.cpp @@ -59,7 +59,7 @@ ioport_constructor bbcmc_mouse_device::device_input_ports() const // bbcmc_mouse_device - constructor //------------------------------------------------- -bbcmc_mouse_device::bbcmc_mouse_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +bbcmc_mouse_device::bbcmc_mouse_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, BBCMC_MOUSE, tag, owner, clock) , device_bbc_joyport_interface(mconfig, *this) , m_mouse_x(*this, "mouse_x") |