diff options
Diffstat (limited to 'src/mame/video/tecmo_mix.cpp')
-rw-r--r-- | src/mame/video/tecmo_mix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tecmo_mix.cpp b/src/mame/video/tecmo_mix.cpp index 425a8c734d2..7e1a4414fa5 100644 --- a/src/mame/video/tecmo_mix.cpp +++ b/src/mame/video/tecmo_mix.cpp @@ -7,7 +7,7 @@ const device_type TECMO_MIXER = &device_creator<tecmo_mix_device>; -tecmo_mix_device::tecmo_mix_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +tecmo_mix_device::tecmo_mix_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, TECMO_MIXER, "Tecmo 16-bit Mixer", tag, owner, clock, "tecmo_mix", __FILE__), device_video_interface(mconfig, *this), m_sprpri_shift(0), |