diff options
Diffstat (limited to 'src/mame/includes/vectrex.h')
-rw-r--r-- | src/mame/includes/vectrex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h index a79b893a996..838406c93eb 100644 --- a/src/mame/includes/vectrex.h +++ b/src/mame/includes/vectrex.h @@ -40,7 +40,7 @@ public: TIMER_UPDATE_SIGNAL }; - vectrex_state(const machine_config &mconfig, device_type type, const char *tag) + vectrex_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_gce_vectorram(*this, "gce_vectorram"), m_maincpu(*this, "maincpu"), |