diff options
Diffstat (limited to 'src/devices/machine/i8243.h')
-rw-r--r-- | src/devices/machine/i8243.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8243.h b/src/devices/machine/i8243.h index 53c46358567..d74b53348cb 100644 --- a/src/devices/machine/i8243.h +++ b/src/devices/machine/i8243.h @@ -32,7 +32,7 @@ class i8243_device : public device_t { public: // construction/destruction - i8243_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + i8243_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // configuration helpers auto p4_in_cb() { return m_readhandler[0].bind(); } |