summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/joyport/joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/joyport/joystick.h')
-rw-r--r--src/devices/bus/bbc/joyport/joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/joyport/joystick.h b/src/devices/bus/bbc/joyport/joystick.h
index b30ef3ae51c..50872e7f810 100644
--- a/src/devices/bus/bbc/joyport/joystick.h
+++ b/src/devices/bus/bbc/joyport/joystick.h
@@ -26,7 +26,7 @@ class bbcmc_joystick_device :
{
public:
// construction/destruction
- bbcmc_joystick_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ bbcmc_joystick_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// optional information overrides
virtual ioport_constructor device_input_ports() const override;