summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ins8154.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ins8154.h')
-rw-r--r--src/devices/machine/ins8154.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ins8154.h b/src/devices/machine/ins8154.h
index b4013c0876d..4e996177a5a 100644
--- a/src/devices/machine/ins8154.h
+++ b/src/devices/machine/ins8154.h
@@ -39,7 +39,7 @@ class ins8154_device : public device_t
{
public:
// construction/destruction
- ins8154_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ ins8154_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
auto in_a() { return m_in_a_cb.bind(); }
auto out_a() { return m_out_a_cb.bind(); }