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