summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/n64.h')
-rw-r--r--src/mame/includes/n64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/n64.h b/src/mame/includes/n64.h
index 4f4d96449c4..783efd70a12 100644
--- a/src/mame/includes/n64.h
+++ b/src/mame/includes/n64.h
@@ -15,7 +15,7 @@ class n64_rdp;
class n64_state : public driver_device
{
public:
- n64_state(const machine_config &mconfig, device_type type, std::string tag)
+ n64_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) ,
m_maincpu(*this, "maincpu") { }
@@ -58,7 +58,7 @@ private:
public:
// construction/destruction
- n64_periphs(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ n64_periphs(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ32_MEMBER( is64_r );
DECLARE_WRITE32_MEMBER( is64_w );