diff options
Diffstat (limited to 'src/devices/bus/apricot/expansion/winchester.h')
-rw-r--r-- | src/devices/bus/apricot/expansion/winchester.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/apricot/expansion/winchester.h b/src/devices/bus/apricot/expansion/winchester.h index fc082776d8c..051d1492efa 100644 --- a/src/devices/bus/apricot/expansion/winchester.h +++ b/src/devices/bus/apricot/expansion/winchester.h @@ -25,7 +25,7 @@ class apricot_winchester_device : public device_t, public device_apricot_expansi { public: // construction/destruction - apricot_winchester_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + apricot_winchester_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |