diff options
Diffstat (limited to 'src/devices/machine/wtl3132.h')
-rw-r--r-- | src/devices/machine/wtl3132.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wtl3132.h b/src/devices/machine/wtl3132.h index deca6dd7f26..cf676e62273 100644 --- a/src/devices/machine/wtl3132.h +++ b/src/devices/machine/wtl3132.h @@ -11,7 +11,7 @@ class wtl3132_device : public device_t { public: - wtl3132_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock); + wtl3132_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock); // output lines auto out_fpcn() { return m_fpcn_cb.bind(); } |