summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k056800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k056800.cpp')
-rw-r--r--src/devices/sound/k056800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k056800.cpp b/src/devices/sound/k056800.cpp
index 6e4411f9bcf..beac3a67b73 100644
--- a/src/devices/sound/k056800.cpp
+++ b/src/devices/sound/k056800.cpp
@@ -20,7 +20,7 @@ const device_type K056800 = &device_creator<k056800_device>;
// k056800_device - constructor
//-------------------------------------------------
-k056800_device::k056800_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+k056800_device::k056800_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K056800, "K056800 MIRAC", tag, owner, clock, "k056800", __FILE__), m_int_pending(false), m_int_enabled(false),
m_int_handler(*this)
{