diff options
Diffstat (limited to 'src/mame/includes/megazone.h')
-rw-r--r-- | src/mame/includes/megazone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/megazone.h b/src/mame/includes/megazone.h index 2a312eaae00..8621b5c90af 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, std::string tag) + megazone_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_scrolly(*this, "scrolly"), m_scrollx(*this, "scrollx"), |