summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exzisus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exzisus.h')
-rw-r--r--src/mame/includes/exzisus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exzisus.h b/src/mame/includes/exzisus.h
index 65a74141141..3c355145375 100644
--- a/src/mame/includes/exzisus.h
+++ b/src/mame/includes/exzisus.h
@@ -3,7 +3,7 @@
class exzisus_state : public driver_device
{
public:
- exzisus_state(const machine_config &mconfig, device_type type, const char *tag)
+ exzisus_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_cpuc(*this, "cpuc"),
m_gfxdecode(*this, "gfxdecode"),