summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m7501.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m7501.cpp')
-rw-r--r--src/devices/cpu/m6502/m7501.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m7501.cpp b/src/devices/cpu/m6502/m7501.cpp
index 83bc290a172..58f9b7fb0f7 100644
--- a/src/devices/cpu/m6502/m7501.cpp
+++ b/src/devices/cpu/m6502/m7501.cpp
@@ -13,7 +13,7 @@
const device_type M7501 = &device_creator<m7501_device>;
-m7501_device::m7501_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+m7501_device::m7501_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
m6510_device(mconfig, M7501, "M7501", tag, owner, clock, "m7501", __FILE__)
{
}