summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/megazone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/megazone.h')
-rw-r--r--src/mame/includes/megazone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/megazone.h b/src/mame/includes/megazone.h
index 8621b5c90af..2a312eaae00 100644
--- a/src/mame/includes/megazone.h
+++ b/src/mame/includes/megazone.h
@@ -9,7 +9,7 @@
class megazone_state : public driver_device
{
public:
- megazone_state(const machine_config &mconfig, device_type type, const char *tag)
+ megazone_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_scrolly(*this, "scrolly"),
m_scrollx(*this, "scrollx"),