summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms5501.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms5501.h')
-rw-r--r--src/devices/machine/tms5501.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tms5501.h b/src/devices/machine/tms5501.h
index e916141d12c..d2a0f23dc2d 100644
--- a/src/devices/machine/tms5501.h
+++ b/src/devices/machine/tms5501.h
@@ -49,7 +49,7 @@ class tms5501_device : public device_t,
{
public:
// construction/destruction
- tms5501_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ tms5501_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto int_callback() { return m_write_int.bind(); }
auto xmt_callback() { return m_write_xmt.bind(); }