summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/csc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/csc.cpp')
-rw-r--r--src/mame/drivers/csc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/csc.cpp b/src/mame/drivers/csc.cpp
index 11dcf7763b6..e86e83faf88 100644
--- a/src/mame/drivers/csc.cpp
+++ b/src/mame/drivers/csc.cpp
@@ -28,7 +28,7 @@ WIP: plan to move to main fidelity chess driver
class csc_state : public driver_device
{
public:
- csc_state(const machine_config &mconfig, device_type type, const char *tag)
+ csc_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_speech(*this, "speech")