diff options
Diffstat (limited to 'src/mame/includes/segasp.h')
-rw-r--r-- | src/mame/includes/segasp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segasp.h b/src/mame/includes/segasp.h index ee952a7dcd9..3896e4ce040 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, const char *tag) + segasp_state(const machine_config &mconfig, device_type type, std::string tag) : naomi_state(mconfig, type, tag), m_sp_eeprom(*this, "sp_eeprom") { } |