summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb3773.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb3773.cpp')
-rw-r--r--src/devices/machine/mb3773.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb3773.cpp b/src/devices/machine/mb3773.cpp
index 65fc7a0f615..d749d8abc1a 100644
--- a/src/devices/machine/mb3773.cpp
+++ b/src/devices/machine/mb3773.cpp
@@ -27,7 +27,7 @@ const device_type MB3773 = &device_creator<mb3773_device>;
// mb3773_device - constructor
//-------------------------------------------------
-mb3773_device::mb3773_device( const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock )
+mb3773_device::mb3773_device( const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock )
: device_t(mconfig, MB3773, "MB3773 Power Supply Monitor", tag, owner, clock, "mb3773", __FILE__), m_watchdog_timer(nullptr), m_ck(0)
{
}