summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m65c02.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m65c02.h')
-rw-r--r--src/devices/cpu/m6502/m65c02.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/m65c02.h b/src/devices/cpu/m6502/m65c02.h
index 80961953b1d..6a929368512 100644
--- a/src/devices/cpu/m6502/m65c02.h
+++ b/src/devices/cpu/m6502/m65c02.h
@@ -16,8 +16,8 @@
class m65c02_device : public m6502_device {
public:
- m65c02_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- m65c02_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);
+ m65c02_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ m65c02_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);
static const disasm_entry disasm_entries[0x100];