summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/age_candy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/age_candy.cpp')
-rw-r--r--src/mame/drivers/age_candy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/age_candy.cpp b/src/mame/drivers/age_candy.cpp
index 986b9d3771c..8945e0be88a 100644
--- a/src/mame/drivers/age_candy.cpp
+++ b/src/mame/drivers/age_candy.cpp
@@ -18,7 +18,7 @@ Device is a 27c256 location U3
class age_candy_state : public driver_device
{
public:
- age_candy_state(const machine_config &mconfig, device_type type, const char *tag)
+ age_candy_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
// ,m_maincpu(*this, "maincpu")
{ }