summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pcf8593.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pcf8593.h')
-rw-r--r--src/devices/machine/pcf8593.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pcf8593.h b/src/devices/machine/pcf8593.h
index a52dfdd0c8c..63b3befe6b9 100644
--- a/src/devices/machine/pcf8593.h
+++ b/src/devices/machine/pcf8593.h
@@ -32,7 +32,7 @@ class pcf8593_device : public device_t,
public device_nvram_interface
{
public:
- pcf8593_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ pcf8593_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_WRITE_LINE_MEMBER(scl_w);
DECLARE_WRITE_LINE_MEMBER(sda_w);