summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nmc9306.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/nmc9306.h')
-rw-r--r--src/devices/machine/nmc9306.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/nmc9306.h b/src/devices/machine/nmc9306.h
index 92aba51965b..81aec67d185 100644
--- a/src/devices/machine/nmc9306.h
+++ b/src/devices/machine/nmc9306.h
@@ -50,7 +50,7 @@ class nmc9306_device : public device_t,
{
public:
// construction/destruction
- nmc9306_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ nmc9306_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE_LINE_MEMBER( cs_w );
DECLARE_WRITE_LINE_MEMBER( sk_w );