summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint2.h')
-rw-r--r--src/mame/includes/sprint2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sprint2.h b/src/mame/includes/sprint2.h
index 47f0300429f..991ad99025c 100644
--- a/src/mame/includes/sprint2.h
+++ b/src/mame/includes/sprint2.h
@@ -26,7 +26,7 @@
class sprint2_state : public driver_device
{
public:
- sprint2_state(const machine_config &mconfig, device_type type, std::string tag)
+ sprint2_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_video_ram(*this, "video_ram"),
m_maincpu(*this, "maincpu"),