summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/minivadr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/minivadr.cpp')
-rw-r--r--src/mame/drivers/minivadr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/minivadr.cpp b/src/mame/drivers/minivadr.cpp
index 6d847f5468f..0ab4dbf5d45 100644
--- a/src/mame/drivers/minivadr.cpp
+++ b/src/mame/drivers/minivadr.cpp
@@ -41,7 +41,7 @@ Notes: (all ICs shown)
class minivadr_state : public driver_device
{
public:
- minivadr_state(const machine_config &mconfig, device_type type, const char *tag)
+ minivadr_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_maincpu(*this, "maincpu") { }