summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/kb3600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/kb3600.h')
-rw-r--r--src/devices/machine/kb3600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/kb3600.h b/src/devices/machine/kb3600.h
index 1d0529e7a0c..02110a6c57f 100644
--- a/src/devices/machine/kb3600.h
+++ b/src/devices/machine/kb3600.h
@@ -101,7 +101,7 @@ class ay3600_device : public device_t
{
public:
// construction/destruction
- ay3600_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ay3600_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// public interface
UINT16 b_r();