summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gb.cpp')
-rw-r--r--src/mame/audio/gb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/gb.cpp b/src/mame/audio/gb.cpp
index 4ac7a5c9976..181eb7ad2fb 100644
--- a/src/mame/audio/gb.cpp
+++ b/src/mame/audio/gb.cpp
@@ -105,7 +105,7 @@ const device_type GAMEBOY = &device_creator<gameboy_sound_device>;
// gameboy_sound_device - constructor
//-------------------------------------------------
-gameboy_sound_device::gameboy_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+gameboy_sound_device::gameboy_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, GAMEBOY, "LR35902 Sound", tag, owner, clock, "gameboy_sound", __FILE__),
device_sound_interface(mconfig, *this)
{