summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shtzone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shtzone.cpp')
-rw-r--r--src/mame/drivers/shtzone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shtzone.cpp b/src/mame/drivers/shtzone.cpp
index 32e51a0e847..59307b24c42 100644
--- a/src/mame/drivers/shtzone.cpp
+++ b/src/mame/drivers/shtzone.cpp
@@ -55,7 +55,7 @@ Notes:
class shtzone_state : public driver_device
{
public:
- shtzone_state(const machine_config &mconfig, device_type type, std::string tag)
+ shtzone_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
virtual void machine_start() override;
virtual void machine_reset() override;