summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8722.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8722.h')
-rw-r--r--src/devices/machine/mos8722.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8722.h b/src/devices/machine/mos8722.h
index 2b80aa846c2..18c44e047c6 100644
--- a/src/devices/machine/mos8722.h
+++ b/src/devices/machine/mos8722.h
@@ -48,7 +48,7 @@ class mos8722_device : public device_t
{
public:
// construction/destruction
- mos8722_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mos8722_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto z80en() { return m_write_z80en.bind(); }
auto fsdir() { return m_write_fsdir.bind(); }