summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/beezer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/beezer.cpp')
-rw-r--r--src/mame/audio/beezer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/beezer.cpp b/src/mame/audio/beezer.cpp
index 9e11ceeb481..3a295208073 100644
--- a/src/mame/audio/beezer.cpp
+++ b/src/mame/audio/beezer.cpp
@@ -69,7 +69,7 @@
const device_type BEEZER = &device_creator<beezer_sound_device>;
-beezer_sound_device::beezer_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+beezer_sound_device::beezer_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, BEEZER, "beezer SFX", tag, owner, clock, "beezer_sound", __FILE__),
device_sound_interface(mconfig, *this),
//m_ptm_irq_state(0),