summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/upd1771.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/upd1771.h')
-rw-r--r--src/mame/audio/upd1771.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/upd1771.h b/src/mame/audio/upd1771.h
index 9653c447a53..46ca16e0158 100644
--- a/src/mame/audio/upd1771.h
+++ b/src/mame/audio/upd1771.h
@@ -25,7 +25,7 @@ class upd1771c_device : public device_t,
public device_sound_interface
{
public:
- upd1771c_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ upd1771c_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~upd1771c_device() {}
template<class _Object> static devcb_base &set_ack_handler(device_t &device, _Object object) { return downcast<upd1771c_device &>(device).m_ack_handler.set_callback(object); }