diff options
Diffstat (limited to 'src/devices/machine/e05a30.h')
-rw-r--r-- | src/devices/machine/e05a30.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/e05a30.h b/src/devices/machine/e05a30.h index 41bd94d999d..ebd18432ef3 100644 --- a/src/devices/machine/e05a30.h +++ b/src/devices/machine/e05a30.h @@ -13,7 +13,7 @@ class e05a30_device : public device_t { public: - e05a30_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + e05a30_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto printhead() { return m_write_printhead.bind(); } auto pf_stepper() { return m_write_pf_stepper.bind(); } |