summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/n2a03.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/n2a03.h')
-rw-r--r--src/devices/cpu/m6502/n2a03.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/n2a03.h b/src/devices/cpu/m6502/n2a03.h
index 266449bea36..495a91eae3f 100644
--- a/src/devices/cpu/m6502/n2a03.h
+++ b/src/devices/cpu/m6502/n2a03.h
@@ -16,7 +16,7 @@
class n2a03_device : public m6502_device {
public:
- n2a03_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ n2a03_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
required_device<nesapu_device> m_apu;