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