summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segajw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segajw.cpp')
-rw-r--r--src/mame/drivers/segajw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segajw.cpp b/src/mame/drivers/segajw.cpp
index a72f5b74306..1bd6490ebe4 100644
--- a/src/mame/drivers/segajw.cpp
+++ b/src/mame/drivers/segajw.cpp
@@ -40,7 +40,7 @@ Also seem to be running on the same/similar hardware:
class segajw_state : public driver_device
{
public:
- segajw_state(const machine_config &mconfig, device_type type, std::string tag)
+ segajw_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu")