diff options
Diffstat (limited to 'src/mame/drivers/tcl.cpp')
-rw-r--r-- | src/mame/drivers/tcl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tcl.cpp b/src/mame/drivers/tcl.cpp index b92747ae63f..cf5fe80f93a 100644 --- a/src/mame/drivers/tcl.cpp +++ b/src/mame/drivers/tcl.cpp @@ -51,7 +51,7 @@ Notes: class tcl_state : public driver_device { public: - tcl_state(const machine_config &mconfig, device_type type, std::string tag) + tcl_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } |