summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v810/v810.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/v810/v810.h')
-rw-r--r--src/devices/cpu/v810/v810.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/v810/v810.h b/src/devices/cpu/v810/v810.h
index 4e85ed7b540..138c7d6cbde 100644
--- a/src/devices/cpu/v810/v810.h
+++ b/src/devices/cpu/v810/v810.h
@@ -83,7 +83,7 @@ class v810_device : public cpu_device
{
public:
// construction/destruction
- v810_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ v810_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides