summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/733_asr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/733_asr.cpp')
-rw-r--r--src/mame/video/733_asr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/733_asr.cpp b/src/mame/video/733_asr.cpp
index a2cd22d7e8c..e9c446301a2 100644
--- a/src/mame/video/733_asr.cpp
+++ b/src/mame/video/733_asr.cpp
@@ -80,7 +80,7 @@ PALETTE_INIT_MEMBER(asr733_device, asr733)
const device_type ASR733 = &device_creator<asr733_device>;
-asr733_device::asr733_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+asr733_device::asr733_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, ASR733, "733 ASR", tag, owner, clock, "asr733", __FILE__),
m_palette(*this, "palette"),
m_gfxdecode(*this, "gfxdecode"),