summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/excellent_spr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/excellent_spr.cpp')
-rw-r--r--src/mame/video/excellent_spr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/excellent_spr.cpp b/src/mame/video/excellent_spr.cpp
index 68c611b346a..f58f80f69d6 100644
--- a/src/mame/video/excellent_spr.cpp
+++ b/src/mame/video/excellent_spr.cpp
@@ -21,7 +21,7 @@
const device_type EXCELLENT_SPRITE = &device_creator<excellent_spr_device>;
-excellent_spr_device::excellent_spr_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+excellent_spr_device::excellent_spr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, EXCELLENT_SPRITE, "Excellent 8-bit Sprite", tag, owner, clock, "excellent_spr", __FILE__),
device_video_interface(mconfig, *this)
{