summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/logitek.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/logitek.h')
-rw-r--r--src/devices/bus/spectrum/logitek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/logitek.h b/src/devices/bus/spectrum/logitek.h
index a6d807d7236..aa023f50eac 100644
--- a/src/devices/bus/spectrum/logitek.h
+++ b/src/devices/bus/spectrum/logitek.h
@@ -26,7 +26,7 @@ class spectrum_proceed_device :
{
public:
// construction/destruction
- spectrum_proceed_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ spectrum_proceed_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
static constexpr feature_type unemulated_features() { return feature::DISK; }