summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c6280.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c6280.h')
-rw-r--r--src/devices/sound/c6280.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/c6280.h b/src/devices/sound/c6280.h
index 9a92cbc3156..7b78f5efe0e 100644
--- a/src/devices/sound/c6280.h
+++ b/src/devices/sound/c6280.h
@@ -11,9 +11,9 @@ class c6280_device : public device_t,
public device_sound_interface
{
public:
- c6280_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ c6280_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- static void set_devicecpu_tag(device_t &device, std::string tag) { downcast<c6280_device &>(device).m_cpudevice.set_tag(tag); }
+ static void set_devicecpu_tag(device_t &device, const char *tag) { downcast<c6280_device &>(device).m_cpudevice.set_tag(tag); }
// read/write
DECLARE_READ8_MEMBER( c6280_r );