summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dms86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dms86.cpp')
-rw-r--r--src/mame/drivers/dms86.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dms86.cpp b/src/mame/drivers/dms86.cpp
index 5ce16471276..288b13c74cb 100644
--- a/src/mame/drivers/dms86.cpp
+++ b/src/mame/drivers/dms86.cpp
@@ -33,7 +33,7 @@ the monitor and goes straight to "Joining HiNet".
class dms86_state : public driver_device
{
public:
- dms86_state(const machine_config &mconfig, device_type type, const char *tag)
+ dms86_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_terminal(*this, TERMINAL_TAG)