summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/es5510/es5510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/es5510/es5510.h')
-rw-r--r--src/devices/cpu/es5510/es5510.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/es5510/es5510.h b/src/devices/cpu/es5510/es5510.h
index 7cc2d7fba7e..2fe3c05dfe8 100644
--- a/src/devices/cpu/es5510/es5510.h
+++ b/src/devices/cpu/es5510/es5510.h
@@ -16,7 +16,7 @@
class es5510_device : public cpu_device {
public:
- es5510_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ es5510_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(host_r);
DECLARE_WRITE8_MEMBER(host_w);