summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint8.h')
-rw-r--r--src/mame/includes/sprint8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sprint8.h b/src/mame/includes/sprint8.h
index 4db1fca0fa2..9228fcbb385 100644
--- a/src/mame/includes/sprint8.h
+++ b/src/mame/includes/sprint8.h
@@ -5,7 +5,7 @@
class sprint8_state : public driver_device
{
public:
- sprint8_state(const machine_config &mconfig, device_type type, const char *tag)
+ sprint8_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_video_ram(*this, "video_ram"),
m_pos_h_ram(*this, "pos_h_ram"),