summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/zsbc3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zsbc3.cpp')
-rw-r--r--src/mame/drivers/zsbc3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zsbc3.cpp b/src/mame/drivers/zsbc3.cpp
index 9d4588785c7..4e28ad55038 100644
--- a/src/mame/drivers/zsbc3.cpp
+++ b/src/mame/drivers/zsbc3.cpp
@@ -43,7 +43,7 @@
class zsbc3_state : public driver_device
{
public:
- zsbc3_state(const machine_config &mconfig, device_type type, const char *tag)
+ zsbc3_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)