diff options
Diffstat (limited to 'src/devices/bus/ata/atahle.h')
-rw-r--r-- | src/devices/bus/ata/atahle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ata/atahle.h b/src/devices/bus/ata/atahle.h index 5fcfa90c478..56cefd3b106 100644 --- a/src/devices/bus/ata/atahle.h +++ b/src/devices/bus/ata/atahle.h @@ -31,7 +31,7 @@ public: virtual DECLARE_WRITE_LINE_MEMBER(write_pdiag) override; protected: - ata_hle_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + ata_hle_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; |