diff options
Diffstat (limited to 'src/devices/machine/er2055.h')
-rw-r--r-- | src/devices/machine/er2055.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/er2055.h b/src/devices/machine/er2055.h index 95517abc542..cbd6ea546ce 100644 --- a/src/devices/machine/er2055.h +++ b/src/devices/machine/er2055.h @@ -41,7 +41,7 @@ class er2055_device : public device_t, { public: // construction/destruction - er2055_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + er2055_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // I/O operations uint8_t data() const { return m_data; } |