summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vt83c461.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vt83c461.h')
-rw-r--r--src/devices/machine/vt83c461.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/vt83c461.h b/src/devices/machine/vt83c461.h
index 97e4941dd56..54cea16041d 100644
--- a/src/devices/machine/vt83c461.h
+++ b/src/devices/machine/vt83c461.h
@@ -18,7 +18,7 @@
class vt83c461_device : public ide_controller_32_device
{
public:
- vt83c461_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ vt83c461_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
template <typename T> vt83c461_device &master(T &&opts, const char *dflt = nullptr, bool fixed = false)
{