summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6504.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6504.h')
-rw-r--r--src/devices/cpu/m6502/m6504.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m6504.h b/src/devices/cpu/m6502/m6504.h
index d7e3eb8db71..6a4e4f5f9df 100644
--- a/src/devices/cpu/m6502/m6504.h
+++ b/src/devices/cpu/m6502/m6504.h
@@ -15,7 +15,7 @@
class m6504_device : public m6502_device {
public:
- m6504_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ m6504_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
class mi_6504_normal : public memory_interface {