summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vc4000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vc4000.h')
-rw-r--r--src/mame/includes/vc4000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vc4000.h b/src/mame/includes/vc4000.h
index ca19737872f..27d83802c7b 100644
--- a/src/mame/includes/vc4000.h
+++ b/src/mame/includes/vc4000.h
@@ -77,7 +77,7 @@ struct vc4000_video_t
class vc4000_state : public driver_device
{
public:
- vc4000_state(const machine_config &mconfig, device_type type, const char *tag)
+ vc4000_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_screen(*this, "screen"),