summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a6809.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/a6809.cpp')
-rw-r--r--src/mame/drivers/a6809.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/a6809.cpp b/src/mame/drivers/a6809.cpp
index 98b57f5af99..4016146f578 100644
--- a/src/mame/drivers/a6809.cpp
+++ b/src/mame/drivers/a6809.cpp
@@ -62,7 +62,7 @@ enter show next address
class a6809_state : public driver_device
{
public:
- a6809_state(const machine_config &mconfig, device_type type, const char *tag)
+ a6809_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
, m_p_videoram(*this, "videoram")
, m_via(*this, "via")