summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ata/atapihle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ata/atapihle.cpp')
-rw-r--r--src/devices/bus/ata/atapihle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ata/atapihle.cpp b/src/devices/bus/ata/atapihle.cpp
index b416cdf1e94..de2b07cb6d0 100644
--- a/src/devices/bus/ata/atapihle.cpp
+++ b/src/devices/bus/ata/atapihle.cpp
@@ -3,7 +3,7 @@
#include "emu.h"
#include "atapihle.h"
-atapi_hle_device::atapi_hle_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)
+atapi_hle_device::atapi_hle_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock)
: ata_hle_device(mconfig, type, tag, owner, clock),
m_packet(0),
m_data_size(0)