diff options
Diffstat (limited to 'src/mame/video/k053936.cpp')
-rw-r--r-- | src/mame/video/k053936.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k053936.cpp b/src/mame/video/k053936.cpp index 35728d0b8b8..8e851c14e82 100644 --- a/src/mame/video/k053936.cpp +++ b/src/mame/video/k053936.cpp @@ -229,7 +229,7 @@ void K053936_set_offset(int chip, int xoffs, int yoffs) const device_type K053936 = &device_creator<k053936_device>; -k053936_device::k053936_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +k053936_device::k053936_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, K053936, "K053936 Video Controller", tag, owner, clock, "k053936", __FILE__), m_ctrl(nullptr), m_linectrl(nullptr), |