diff options
Diffstat (limited to 'src/devices/bus/ieee488/hp9895.h')
-rw-r--r-- | src/devices/bus/ieee488/hp9895.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/hp9895.h b/src/devices/bus/ieee488/hp9895.h index 1cb77d60090..8ee212a7a78 100644 --- a/src/devices/bus/ieee488/hp9895.h +++ b/src/devices/bus/ieee488/hp9895.h @@ -24,7 +24,7 @@ class hp9895_device : public device_t, { public: // construction/destruction - hp9895_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hp9895_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: virtual void device_start() override; |