diff options
Diffstat (limited to 'src/devices/machine/nmc9306.h')
-rw-r--r-- | src/devices/machine/nmc9306.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/nmc9306.h b/src/devices/machine/nmc9306.h index 98566a9ab82..06c9ca9b82a 100644 --- a/src/devices/machine/nmc9306.h +++ b/src/devices/machine/nmc9306.h @@ -31,7 +31,7 @@ class nmc9306_device : public device_t, { public: // construction/destruction - nmc9306_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + nmc9306_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); DECLARE_WRITE_LINE_MEMBER( cs_w ); DECLARE_WRITE_LINE_MEMBER( sk_w ); |