summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cdp1871.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cdp1871.h')
-rw-r--r--src/devices/machine/cdp1871.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1871.h b/src/devices/machine/cdp1871.h
index 4fb1aa652db..02238822057 100644
--- a/src/devices/machine/cdp1871.h
+++ b/src/devices/machine/cdp1871.h
@@ -93,7 +93,7 @@ class cdp1871_device : public device_t
{
public:
// construction/destruction
- cdp1871_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ cdp1871_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_d1_rd_callback(device_t &device, _Object object) { return downcast<cdp1871_device &>(device).m_read_d1.set_callback(object); }
template<class _Object> static devcb_base &set_d2_rd_callback(device_t &device, _Object object) { return downcast<cdp1871_device &>(device).m_read_d2.set_callback(object); }