summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vcs80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vcs80.h')
-rw-r--r--src/mame/includes/vcs80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vcs80.h b/src/mame/includes/vcs80.h
index d54ed82b82a..19cd0b18c7a 100644
--- a/src/mame/includes/vcs80.h
+++ b/src/mame/includes/vcs80.h
@@ -19,7 +19,7 @@
class vcs80_state : public driver_device
{
public:
- vcs80_state(const machine_config &mconfig, device_type type, std::string tag)
+ vcs80_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_pio(*this, Z80PIO_TAG),