diff options
Diffstat (limited to 'src/devices/machine/msm58321.h')
-rw-r--r-- | src/devices/machine/msm58321.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/msm58321.h b/src/devices/machine/msm58321.h index 6f28b05eecf..cb0cec53db1 100644 --- a/src/devices/machine/msm58321.h +++ b/src/devices/machine/msm58321.h @@ -47,7 +47,7 @@ class msm58321_device : public device_t, { public: // construction/destruction - msm58321_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + msm58321_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration helpers auto d0_handler() { return m_d0_handler.bind(); } |