summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segasp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segasp.h')
-rw-r--r--src/mame/includes/segasp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segasp.h b/src/mame/includes/segasp.h
index 3896e4ce040..ee952a7dcd9 100644
--- a/src/mame/includes/segasp.h
+++ b/src/mame/includes/segasp.h
@@ -11,7 +11,7 @@
class segasp_state : public naomi_state
{
public:
- segasp_state(const machine_config &mconfig, device_type type, std::string tag)
+ segasp_state(const machine_config &mconfig, device_type type, const char *tag)
: naomi_state(mconfig, type, tag),
m_sp_eeprom(*this, "sp_eeprom")
{ }