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