summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/awacs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/awacs.h')
-rw-r--r--src/devices/sound/awacs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/awacs.h b/src/devices/sound/awacs.h
index 14f85c86250..435508ef216 100644
--- a/src/devices/sound/awacs.h
+++ b/src/devices/sound/awacs.h
@@ -40,7 +40,7 @@ class awacs_device : public device_t, public device_sound_interface
{
public:
// construction/destruction
- awacs_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ awacs_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);