summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc2661.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc2661.h')
-rw-r--r--src/devices/machine/mc2661.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc2661.h b/src/devices/machine/mc2661.h
index a18aa0141f1..bcbe2157e1e 100644
--- a/src/devices/machine/mc2661.h
+++ b/src/devices/machine/mc2661.h
@@ -79,7 +79,7 @@ class mc2661_device : public device_t,
{
public:
// construction/destruction
- mc2661_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ mc2661_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
static void static_set_rxc(device_t &device, int clock) { downcast<mc2661_device &>(device).m_rxc = clock; }
static void static_set_txc(device_t &device, int clock) { downcast<mc2661_device &>(device).m_txc = clock; }