summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gamecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gamecom.h')
-rw-r--r--src/mame/includes/gamecom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gamecom.h b/src/mame/includes/gamecom.h
index 799d16dbc2a..e9f8829ab79 100644
--- a/src/mame/includes/gamecom.h
+++ b/src/mame/includes/gamecom.h
@@ -212,7 +212,7 @@ struct gamecom_sound_t
class gamecom_state : public driver_device
{
public:
- gamecom_state(const machine_config &mconfig, device_type type, std::string tag)
+ gamecom_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_p_videoram(*this,"videoram")
, m_p_nvram(*this,"nvram")