summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/v6809.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/v6809.cpp')
-rw-r--r--src/mame/drivers/v6809.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/v6809.cpp b/src/mame/drivers/v6809.cpp
index de42b245068..6acbf18954e 100644
--- a/src/mame/drivers/v6809.cpp
+++ b/src/mame/drivers/v6809.cpp
@@ -65,7 +65,7 @@ ToDo:
class v6809_state : public driver_device
{
public:
- v6809_state(const machine_config &mconfig, device_type type, std::string tag)
+ v6809_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_video_address(0),
m_pia0(*this, "pia0"),