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