summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/n64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/n64.cpp')
-rw-r--r--src/mame/drivers/n64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/n64.cpp b/src/mame/drivers/n64.cpp
index 74d23c96b71..1d4e47a4273 100644
--- a/src/mame/drivers/n64.cpp
+++ b/src/mame/drivers/n64.cpp
@@ -22,7 +22,7 @@
class n64_mess_state : public n64_state
{
public:
- n64_mess_state(const machine_config &mconfig, device_type type, std::string tag)
+ n64_mess_state(const machine_config &mconfig, device_type type, const char *tag)
: n64_state(mconfig, type, tag)
{ }