summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stic.cpp')
-rw-r--r--src/mame/video/stic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stic.cpp b/src/mame/video/stic.cpp
index 65d9db01eb0..350544e8f90 100644
--- a/src/mame/video/stic.cpp
+++ b/src/mame/video/stic.cpp
@@ -17,7 +17,7 @@ const device_type STIC = &device_creator<stic_device>;
// stic_device - constructor
//-------------------------------------------------
-stic_device::stic_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+stic_device::stic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, STIC, "STIC (Standard Television Interface Chip) Video Chip", tag, owner, clock, "stic", __FILE__),
m_grom(*this, "grom"),
m_x_scale(1),