summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3a.cpp')
-rw-r--r--src/mame/drivers/gts3a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts3a.cpp b/src/mame/drivers/gts3a.cpp
index 690ec7577fb..a437c38300e 100644
--- a/src/mame/drivers/gts3a.cpp
+++ b/src/mame/drivers/gts3a.cpp
@@ -26,7 +26,7 @@ ToDo:
class gts3a_state : public driver_device
{
public:
- gts3a_state(const machine_config &mconfig, device_type type, std::string tag)
+ gts3a_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_palette(*this, "palette")
, m_maincpu(*this, "maincpu")