summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_fdc.h')
-rw-r--r--src/devices/machine/pc_fdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pc_fdc.h b/src/devices/machine/pc_fdc.h
index bbb2f0a9068..da2898e7dba 100644
--- a/src/devices/machine/pc_fdc.h
+++ b/src/devices/machine/pc_fdc.h
@@ -32,7 +32,7 @@ public:
required_device<upd765a_device> fdc;
protected:
- pc_fdc_family_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+ pc_fdc_family_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock);
virtual void device_start() override;
virtual void device_reset() override;
@@ -54,7 +54,7 @@ private:
class pc_fdc_xt_device : public pc_fdc_family_device {
public:
- pc_fdc_xt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ pc_fdc_xt_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
virtual void map(address_map &map) override;
void dor_fifo_w(uint8_t data);