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