summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psx/memcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psx/memcard.cpp')
-rw-r--r--src/devices/bus/psx/memcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/psx/memcard.cpp b/src/devices/bus/psx/memcard.cpp
index 5b8ff16933b..f9943eb7c8f 100644
--- a/src/devices/bus/psx/memcard.cpp
+++ b/src/devices/bus/psx/memcard.cpp
@@ -41,7 +41,7 @@ enum transfer_states
state_end
};
-psxcard_device::psxcard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+psxcard_device::psxcard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PSXCARD, "Sony PSX Memory Card", tag, owner, clock, "psxcard", __FILE__),
device_image_interface(mconfig, *this),
pkt_ptr(0),