summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/phoenix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/phoenix.cpp')
-rw-r--r--src/mame/audio/phoenix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/phoenix.cpp b/src/mame/audio/phoenix.cpp
index cc878ea9e8e..3bcd72661ea 100644
--- a/src/mame/audio/phoenix.cpp
+++ b/src/mame/audio/phoenix.cpp
@@ -50,7 +50,7 @@
const device_type PHOENIX = &device_creator<phoenix_sound_device>;
-phoenix_sound_device::phoenix_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+phoenix_sound_device::phoenix_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PHOENIX, "Phoenix Audio Custom", tag, owner, clock, "phoenix_sound", __FILE__),
device_sound_interface(mconfig, *this)
{