diff options
Diffstat (limited to 'src/devices/machine/lc89510.h')
-rw-r--r-- | src/devices/machine/lc89510.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lc89510.h b/src/devices/machine/lc89510.h index 4282654136c..956d55c65a9 100644 --- a/src/devices/machine/lc89510.h +++ b/src/devices/machine/lc89510.h @@ -8,7 +8,7 @@ class lc89510_device : public device_t { public: - lc89510_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + lc89510_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: virtual void device_start() override; |