summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/s2650/s2650.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/s2650/s2650.h')
-rw-r--r--src/devices/cpu/s2650/s2650.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/s2650/s2650.h b/src/devices/cpu/s2650/s2650.h
index cd5dc1c12f1..64175dbbbe2 100644
--- a/src/devices/cpu/s2650/s2650.h
+++ b/src/devices/cpu/s2650/s2650.h
@@ -36,7 +36,7 @@ class s2650_device : public cpu_device
{
public:
// construction/destruction
- s2650_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ s2650_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE_LINE_MEMBER(write_sense);