summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funkyjet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funkyjet.h')
-rw-r--r--src/mame/includes/funkyjet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/funkyjet.h b/src/mame/includes/funkyjet.h
index f1b810746fe..ce8c0294554 100644
--- a/src/mame/includes/funkyjet.h
+++ b/src/mame/includes/funkyjet.h
@@ -14,7 +14,7 @@
class funkyjet_state : public driver_device
{
public:
- funkyjet_state(const machine_config &mconfig, device_type type, std::string tag)
+ funkyjet_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_deco146(*this, "ioprot"),