summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laz_aftrshok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laz_aftrshok.cpp')
-rw-r--r--src/mame/drivers/laz_aftrshok.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/laz_aftrshok.cpp b/src/mame/drivers/laz_aftrshok.cpp
index d9611e29dd6..f92210e0416 100644
--- a/src/mame/drivers/laz_aftrshok.cpp
+++ b/src/mame/drivers/laz_aftrshok.cpp
@@ -36,7 +36,7 @@ https://www.youtube.com/watch?v=9DIhuOEVwf4
class aftrshok_state : public driver_device
{
public:
- aftrshok_state(const machine_config &mconfig, device_type type, const char *tag)
+ aftrshok_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
// ,m_maincpu(*this, "maincpu")
{ }