diff options
Diffstat (limited to 'src/mame/drivers/gamecstl.cpp')
-rw-r--r-- | src/mame/drivers/gamecstl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gamecstl.cpp b/src/mame/drivers/gamecstl.cpp index 97e2e248323..7c5ddda7a22 100644 --- a/src/mame/drivers/gamecstl.cpp +++ b/src/mame/drivers/gamecstl.cpp @@ -75,7 +75,7 @@ class gamecstl_state : public pcat_base_state { public: - gamecstl_state(const machine_config &mconfig, device_type type, const char *tag) + gamecstl_state(const machine_config &mconfig, device_type type, std::string tag) : pcat_base_state(mconfig, type, tag), m_cga_ram(*this, "cga_ram"), m_gfxdecode(*this, "gfxdecode"), |