summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ata/gdrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ata/gdrom.cpp')
-rw-r--r--src/devices/bus/ata/gdrom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ata/gdrom.cpp b/src/devices/bus/ata/gdrom.cpp
index 59a7d154d56..a0d2192d369 100644
--- a/src/devices/bus/ata/gdrom.cpp
+++ b/src/devices/bus/ata/gdrom.cpp
@@ -509,7 +509,7 @@ void gdrom_device::SetDevice(void *device)
// device type definition
DEFINE_DEVICE_TYPE(GDROM, gdrom_device, "gdrom", "GD-ROM")
-gdrom_device::gdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+gdrom_device::gdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
atapi_cdrom_device(mconfig, GDROM, tag, owner, clock),
is_real_gdrom_disc(false)
{