summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6530.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos6530.h')
-rw-r--r--src/devices/machine/mos6530.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6530.h b/src/devices/machine/mos6530.h
index c60ff759a1b..a59ca486992 100644
--- a/src/devices/machine/mos6530.h
+++ b/src/devices/machine/mos6530.h
@@ -51,7 +51,7 @@ struct mos6530_port
class mos6530_device : public device_t
{
public:
- mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ mos6530_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~mos6530_device() {}
template<class _Object> static devcb_base &set_in_pa_callback(device_t &device, _Object object) { return downcast<mos6530_device &>(device).m_in_pa_cb.set_callback(object); }