summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m65ce02.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m65ce02.h')
-rw-r--r--src/devices/cpu/m6502/m65ce02.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/m65ce02.h b/src/devices/cpu/m6502/m65ce02.h
index d0d457d313c..4600ab7b41d 100644
--- a/src/devices/cpu/m6502/m65ce02.h
+++ b/src/devices/cpu/m6502/m65ce02.h
@@ -15,8 +15,8 @@
class m65ce02_device : public m65c02_device {
public:
- m65ce02_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- m65ce02_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ m65ce02_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ m65ce02_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
static const disasm_entry disasm_entries[0x100];