summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z180/z180.h')
-rw-r--r--src/devices/cpu/z180/z180.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z180/z180.h b/src/devices/cpu/z180/z180.h
index 961250783e5..e76c75501ba 100644
--- a/src/devices/cpu/z180/z180.h
+++ b/src/devices/cpu/z180/z180.h
@@ -129,7 +129,7 @@ class z180_device : public cpu_device
{
public:
// construction/destruction
- z180_device(const machine_config &mconfig, std::string _tag, device_t *_owner, UINT32 _clock);
+ z180_device(const machine_config &mconfig, const char *_tag, device_t *_owner, UINT32 _clock);
protected:
// device-level overrides