summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dmadac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dmadac.h')
-rw-r--r--src/devices/sound/dmadac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dmadac.h b/src/devices/sound/dmadac.h
index 9ec4c6afd21..6e0c4f47dd6 100644
--- a/src/devices/sound/dmadac.h
+++ b/src/devices/sound/dmadac.h
@@ -17,7 +17,7 @@ class dmadac_sound_device : public device_t,
public device_sound_interface
{
public:
- dmadac_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ dmadac_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
void flush();
void transfer(int channel, offs_t channel_spacing, offs_t frame_spacing, offs_t total_frames, INT16 *data);