diff options
Diffstat (limited to 'src/devices/machine/msm6242.h')
-rw-r--r-- | src/devices/machine/msm6242.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/msm6242.h b/src/devices/machine/msm6242.h index 763057d2e5b..f53e4b60f01 100644 --- a/src/devices/machine/msm6242.h +++ b/src/devices/machine/msm6242.h @@ -25,7 +25,7 @@ class msm6242_device : public device_t, { public: // construction/destruction - msm6242_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + msm6242_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); template<class _Object> static devcb_base &set_out_int_handler(device_t &device, _Object object) { return downcast<msm6242_device &>(device).m_out_int_handler.set_callback(object); } |