diff options
Diffstat (limited to 'src/devices/machine/wd7600.h')
-rw-r--r-- | src/devices/machine/wd7600.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd7600.h b/src/devices/machine/wd7600.h index 43ddb00b038..e9e137190c7 100644 --- a/src/devices/machine/wd7600.h +++ b/src/devices/machine/wd7600.h @@ -29,7 +29,7 @@ class wd7600_device : public device_t { public: // construction/destruction - wd7600_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + wd7600_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // callbacks auto ior_callback() { return m_read_ior.bind(); } |