summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wozfdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wozfdc.h')
-rw-r--r--src/devices/machine/wozfdc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/wozfdc.h b/src/devices/machine/wozfdc.h
index f92ccaec39f..ccc32cbde41 100644
--- a/src/devices/machine/wozfdc.h
+++ b/src/devices/machine/wozfdc.h
@@ -35,7 +35,7 @@ public:
protected:
// construction/destruction
- wozfdc_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+ wozfdc_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;
@@ -83,7 +83,7 @@ protected:
class diskii_fdc_device : public wozfdc_device
{
public:
- diskii_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ diskii_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void set_floppies(floppy_connector *f0, floppy_connector *f1);
@@ -94,7 +94,7 @@ protected:
class appleiii_fdc_device : public wozfdc_device
{
public:
- appleiii_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ appleiii_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void set_floppies_4(floppy_connector *f0, floppy_connector *f1, floppy_connector *f2, floppy_connector *f3);