summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56k/dsp56k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56k/dsp56k.h')
-rw-r--r--src/devices/cpu/dsp56k/dsp56k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp56k/dsp56k.h b/src/devices/cpu/dsp56k/dsp56k.h
index b065beba03a..185b52dc033 100644
--- a/src/devices/cpu/dsp56k/dsp56k.h
+++ b/src/devices/cpu/dsp56k/dsp56k.h
@@ -202,7 +202,7 @@ struct dsp56k_core
class dsp56k_device : public cpu_device
{
public:
- dsp56k_device(const machine_config &mconfig, std::string _tag, device_t *_owner, UINT32 _clock);
+ dsp56k_device(const machine_config &mconfig, const char *_tag, device_t *_owner, UINT32 _clock);
DECLARE_READ16_MEMBER( peripheral_register_r );
DECLARE_WRITE16_MEMBER( peripheral_register_w );