summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocpu6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocpu6.h')
-rw-r--r--src/mame/machine/decocpu6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/decocpu6.h b/src/mame/machine/decocpu6.h
index 27279a6cbe1..77b8924061c 100644
--- a/src/mame/machine/decocpu6.h
+++ b/src/mame/machine/decocpu6.h
@@ -7,7 +7,7 @@
class deco_cpu6_device : public m6502_device {
public:
- deco_cpu6_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ deco_cpu6_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
class mi_decrypt : public mi_default_normal {