summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchance.cpp')
-rw-r--r--src/mame/drivers/cchance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cchance.cpp b/src/mame/drivers/cchance.cpp
index 0283cf99df9..0e21b411823 100644
--- a/src/mame/drivers/cchance.cpp
+++ b/src/mame/drivers/cchance.cpp
@@ -42,7 +42,7 @@ cha3 $10d8
class cchance_state : public tnzs_state
{
public:
- cchance_state(const machine_config &mconfig, device_type type, const char *tag)
+ cchance_state(const machine_config &mconfig, device_type type, std::string tag)
: tnzs_state(mconfig, type, tag) { }
UINT8 m_hop_io;