diff options
Diffstat (limited to 'src/devices/bus/isa/wdxt_gen.h')
-rw-r--r-- | src/devices/bus/isa/wdxt_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/wdxt_gen.h b/src/devices/bus/isa/wdxt_gen.h index f238f6750a1..ee55e60bd2c 100644 --- a/src/devices/bus/isa/wdxt_gen.h +++ b/src/devices/bus/isa/wdxt_gen.h @@ -38,7 +38,7 @@ class wdxt_gen_device : public device_t, { public: // construction/destruction - wdxt_gen_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + wdxt_gen_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |