summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_matsushita.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_matsushita.h')
-rw-r--r--src/mame/machine/msx_matsushita.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_matsushita.h b/src/mame/machine/msx_matsushita.h
index 70a30d705a6..9c71e424537 100644
--- a/src/mame/machine/msx_matsushita.h
+++ b/src/mame/machine/msx_matsushita.h
@@ -21,7 +21,7 @@ extern const device_type MSX_MATSUSHITA;
class msx_matsushita_device : public msx_switched_device
{
public:
- msx_matsushita_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ msx_matsushita_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_turbo_callback(device_t &device, _Object object) { return downcast<msx_matsushita_device &>(device).m_turbo_out_cb.set_callback(object); }