summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6510.h')
-rw-r--r--src/devices/cpu/m6502/m6510.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/m6510.h b/src/devices/cpu/m6502/m6510.h
index addd82dff55..dbd0132baff 100644
--- a/src/devices/cpu/m6502/m6510.h
+++ b/src/devices/cpu/m6502/m6510.h
@@ -21,8 +21,8 @@
class m6510_device : public m6502_device {
public:
- m6510_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- m6510_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);
+ m6510_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ m6510_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);
UINT8 get_port();
void set_pulls(UINT8 pullup, UINT8 pulldown);