summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/joy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/joy.h')
-rw-r--r--src/devices/bus/sat_ctrl/joy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/joy.h b/src/devices/bus/sat_ctrl/joy.h
index b4e124fc034..9f4775f9ce6 100644
--- a/src/devices/bus/sat_ctrl/joy.h
+++ b/src/devices/bus/sat_ctrl/joy.h
@@ -25,7 +25,7 @@ class saturn_joy_device : public device_t,
{
public:
// construction/destruction
- saturn_joy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ saturn_joy_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;