summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i960/i960.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i960/i960.h')
-rw-r--r--src/devices/cpu/i960/i960.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i960/i960.h b/src/devices/cpu/i960/i960.h
index 3f26fbb46d1..468efa7039e 100644
--- a/src/devices/cpu/i960/i960.h
+++ b/src/devices/cpu/i960/i960.h
@@ -70,7 +70,7 @@ class i960_cpu_device : public cpu_device
{
public:
// construction/destruction
- i960_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ i960_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// call from any read/write handler for a memory area that can't be bursted
// on the real hardware (e.g. Model 2's interrupt control registers)