summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/srmp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/srmp2.h')
-rw-r--r--src/mame/includes/srmp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/srmp2.h b/src/mame/includes/srmp2.h
index 2447f113a20..d0cab87ce67 100644
--- a/src/mame/includes/srmp2.h
+++ b/src/mame/includes/srmp2.h
@@ -14,7 +14,7 @@ struct iox_t
class srmp2_state : public driver_device
{
public:
- srmp2_state(const machine_config &mconfig, device_type type, std::string tag)
+ srmp2_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_seta001(*this, "spritegen"),