summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/excellent_spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/excellent_spr.h')
-rw-r--r--src/mame/video/excellent_spr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/excellent_spr.h b/src/mame/video/excellent_spr.h
index a6c554cfcc9..6f713eac13d 100644
--- a/src/mame/video/excellent_spr.h
+++ b/src/mame/video/excellent_spr.h
@@ -5,7 +5,7 @@ class excellent_spr_device : public device_t,
public device_video_interface
{
public:
- excellent_spr_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ excellent_spr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);