summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_s1985.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_s1985.h')
-rw-r--r--src/mame/machine/msx_s1985.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_s1985.h b/src/mame/machine/msx_s1985.h
index 0a741ce5071..8d61855f57e 100644
--- a/src/mame/machine/msx_s1985.h
+++ b/src/mame/machine/msx_s1985.h
@@ -17,7 +17,7 @@ extern const device_type MSX_S1985;
class msx_s1985_device : public msx_switched_device
{
public:
- msx_s1985_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ msx_s1985_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual UINT8 get_id() override;