diff options
Diffstat (limited to 'src/devices/machine/alpha_8921.h')
-rw-r--r-- | src/devices/machine/alpha_8921.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/alpha_8921.h b/src/devices/machine/alpha_8921.h index a6e8ccdb0ad..d41ff9ccaa5 100644 --- a/src/devices/machine/alpha_8921.h +++ b/src/devices/machine/alpha_8921.h @@ -18,7 +18,7 @@ class alpha_8921_device : public device_t { public: // construction/destruction - alpha_8921_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + alpha_8921_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // inputs DECLARE_WRITE_LINE_MEMBER(clk_w); |