summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/c116.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/c116.cpp')
-rw-r--r--src/mame/video/c116.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/c116.cpp b/src/mame/video/c116.cpp
index e9a1381462a..fbfc1bc6d0d 100644
--- a/src/mame/video/c116.cpp
+++ b/src/mame/video/c116.cpp
@@ -73,7 +73,7 @@ i960 CPU, needs to write its clip and raster values byteswapped.
// namco_c116_device -- constructor
//-------------------------------------------------
-namco_c116_device::namco_c116_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+namco_c116_device::namco_c116_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NAMCO_C116, "Namco C116 Video Controller", tag, owner, clock, "namco_c116", __FILE__),
device_gfx_interface(mconfig, *this),
device_video_interface(mconfig, *this)