summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cswat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cswat.cpp')
-rw-r--r--src/mame/drivers/cswat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cswat.cpp b/src/mame/drivers/cswat.cpp
index f5bbd38bd23..3db9a40c5b9 100644
--- a/src/mame/drivers/cswat.cpp
+++ b/src/mame/drivers/cswat.cpp
@@ -30,7 +30,7 @@ TODO:
class cswat_state : public driver_device
{
public:
- cswat_state(const machine_config &mconfig, device_type type, std::string tag)
+ cswat_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_gfxdecode(*this, "gfxdecode"),