diff options
Diffstat (limited to 'src/devices/machine/i8291a.h')
-rw-r--r-- | src/devices/machine/i8291a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8291a.h b/src/devices/machine/i8291a.h index 2d048d806aa..b0a3458223f 100644 --- a/src/devices/machine/i8291a.h +++ b/src/devices/machine/i8291a.h @@ -17,7 +17,7 @@ class i8291a_device : public device_t { public: // construction/destruction - i8291a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + i8291a_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto int_write() { return m_int_write_func.bind(); } auto dreq_write() { return m_dreq_write_func.bind(); } |