summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82355.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82355.h')
-rw-r--r--src/devices/machine/i82355.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82355.h b/src/devices/machine/i82355.h
index 25cb776d9f7..c11c459ed1b 100644
--- a/src/devices/machine/i82355.h
+++ b/src/devices/machine/i82355.h
@@ -21,7 +21,7 @@ class i82355_device : public device_t
{
public:
// construction/destruction
- i82355_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ i82355_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callback configuration
auto eint_callback() { return m_eint_callback.bind(); }