summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/r65c02.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/r65c02.h')
-rw-r--r--src/devices/cpu/m6502/r65c02.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/r65c02.h b/src/devices/cpu/m6502/r65c02.h
index ae0c564a414..a1d63ef98ff 100644
--- a/src/devices/cpu/m6502/r65c02.h
+++ b/src/devices/cpu/m6502/r65c02.h
@@ -16,7 +16,7 @@
class r65c02_device : public m65c02_device {
public:
r65c02_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- r65c02_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);
+ r65c02_device(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source);
static const disasm_entry disasm_entries[0x100];