summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cshooter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cshooter.cpp')
-rw-r--r--src/mame/drivers/cshooter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cshooter.cpp b/src/mame/drivers/cshooter.cpp
index d667d57e710..60716859bd2 100644
--- a/src/mame/drivers/cshooter.cpp
+++ b/src/mame/drivers/cshooter.cpp
@@ -93,7 +93,7 @@ Stephh's notes (based on the game Z80 code and some tests) :
class cshooter_state : public driver_device
{
public:
- cshooter_state(const machine_config &mconfig, device_type type, const char *tag)
+ cshooter_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_seibu_sound(*this, "seibu_sound"),