diff options
Diffstat (limited to 'src/devices/machine/aic565.h')
-rw-r--r-- | src/devices/machine/aic565.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/aic565.h b/src/devices/machine/aic565.h index 581a595d77c..d22161cab2c 100644 --- a/src/devices/machine/aic565.h +++ b/src/devices/machine/aic565.h @@ -21,7 +21,7 @@ class aic565_device : public device_t { public: // construction/destruction - aic565_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + aic565_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // callback configuration auto hrst_callback() { return m_hrst_callback.bind(); } |