summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/system16.h')
-rw-r--r--src/mame/includes/system16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/system16.h b/src/mame/includes/system16.h
index b63a9b9e5b4..5173524b89e 100644
--- a/src/mame/includes/system16.h
+++ b/src/mame/includes/system16.h
@@ -11,7 +11,7 @@
class segas1x_bootleg_state : public sega_16bit_common_base
{
public:
- segas1x_bootleg_state(const machine_config &mconfig, device_type type, std::string tag)
+ segas1x_bootleg_state(const machine_config &mconfig, device_type type, const char *tag)
: sega_16bit_common_base(mconfig, type, tag) ,
m_textram(*this, "textram"),
m_bg0_tileram(*this, "bg0_tileram"),