summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/upd65031.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/upd65031.h')
-rw-r--r--src/mame/machine/upd65031.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/upd65031.h b/src/mame/machine/upd65031.h
index d8ca35211d5..c0b7f94c90c 100644
--- a/src/mame/machine/upd65031.h
+++ b/src/mame/machine/upd65031.h
@@ -55,7 +55,7 @@ class upd65031_device : public device_t
{
public:
// construction/destruction
- upd65031_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ upd65031_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_kb_rd_callback(device_t &device, _Object object) { return downcast<upd65031_device &>(device).m_read_kb.set_callback(object); }
template<class _Object> static devcb_base &set_int_wr_callback(device_t &device, _Object object) { return downcast<upd65031_device &>(device).m_write_int.set_callback(object); }