summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/com52c50.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/com52c50.h')
-rw-r--r--src/devices/machine/com52c50.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/com52c50.h b/src/devices/machine/com52c50.h
index 085a3e0808a..b5c47a0e484 100644
--- a/src/devices/machine/com52c50.h
+++ b/src/devices/machine/com52c50.h
@@ -35,7 +35,7 @@ class com52c50_device : public device_t
{
public:
// device type constructor
- com52c50_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ com52c50_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callback configuration
auto int1_callback() { return m_int1_callback.bind(); }