summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vta2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vta2000.cpp')
-rw-r--r--src/mame/drivers/vta2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vta2000.cpp b/src/mame/drivers/vta2000.cpp
index e99dc5f67bc..c301e5bcd18 100644
--- a/src/mame/drivers/vta2000.cpp
+++ b/src/mame/drivers/vta2000.cpp
@@ -25,7 +25,7 @@ Note: port 0 bit 4 is NOT a speaker bit. See code at 027B.
class vta2000_state : public driver_device
{
public:
- vta2000_state(const machine_config &mconfig, device_type type, std::string tag)
+ vta2000_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_p_videoram(*this, "videoram")
, m_maincpu(*this, "maincpu")