summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unistar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unistar.cpp')
-rw-r--r--src/mame/drivers/unistar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/unistar.cpp b/src/mame/drivers/unistar.cpp
index 59537dd11b0..ad45711f00f 100644
--- a/src/mame/drivers/unistar.cpp
+++ b/src/mame/drivers/unistar.cpp
@@ -17,7 +17,7 @@
class unistar_state : public driver_device
{
public:
- unistar_state(const machine_config &mconfig, device_type type, const char *tag)
+ unistar_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag) ,
m_maincpu(*this, "maincpu") { }