summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ata/px320a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ata/px320a.h')
-rw-r--r--src/devices/bus/ata/px320a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ata/px320a.h b/src/devices/bus/ata/px320a.h
index 938fc3a580b..5c872245df4 100644
--- a/src/devices/bus/ata/px320a.h
+++ b/src/devices/bus/ata/px320a.h
@@ -11,7 +11,7 @@
class px320a_device : public device_t, public device_ata_interface
{
public:
- px320a_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ px320a_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
static constexpr feature_type unemulated_features() { return feature::DISK; }