summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/911_vdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/911_vdt.h')
-rw-r--r--src/mame/video/911_vdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/911_vdt.h b/src/mame/video/911_vdt.h
index b87430fc1b6..e0ced6bbede 100644
--- a/src/mame/video/911_vdt.h
+++ b/src/mame/video/911_vdt.h
@@ -37,7 +37,7 @@ enum vdt911_model_t
class vdt911_device : public device_t
{
public:
- vdt911_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ vdt911_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(cru_r);
DECLARE_WRITE8_MEMBER(cru_w);