diff options
Diffstat (limited to 'src/devices/machine/1mb5.h')
-rw-r--r-- | src/devices/machine/1mb5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/1mb5.h b/src/devices/machine/1mb5.h index 13b1296e6cc..bd2821cf3c0 100644 --- a/src/devices/machine/1mb5.h +++ b/src/devices/machine/1mb5.h @@ -17,7 +17,7 @@ class hp_1mb5_device : public device_t { public: // construction/destruction - hp_1mb5_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hp_1mb5_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // static configuration helpers auto irl_handler() { return m_irl_handler.bind(); } |