summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at45dbxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at45dbxx.cpp')
-rw-r--r--src/devices/machine/at45dbxx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at45dbxx.cpp b/src/devices/machine/at45dbxx.cpp
index 3a7a6efb105..caef37e4f0c 100644
--- a/src/devices/machine/at45dbxx.cpp
+++ b/src/devices/machine/at45dbxx.cpp
@@ -53,7 +53,7 @@ at45db041_device::at45db041_device(const machine_config &mconfig, std::string ta
}
-at45db041_device::at45db041_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)
+at45db041_device::at45db041_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)
: device_t(mconfig, type, name, tag, owner, clock, shortname, source),
device_nvram_interface(mconfig, *this),
write_so(*this)