diff options
Diffstat (limited to 'src/devices/machine/ds75160a.h')
-rw-r--r-- | src/devices/machine/ds75160a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds75160a.h b/src/devices/machine/ds75160a.h index 5e2498d28ad..373b00195d9 100644 --- a/src/devices/machine/ds75160a.h +++ b/src/devices/machine/ds75160a.h @@ -35,7 +35,7 @@ class ds75160a_device : public device_t { public: // construction/destruction - ds75160a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ds75160a_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto read_callback() { return m_read.bind(); } auto write_callback() { return m_write.bind(); } |