summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psx/memcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psx/memcard.h')
-rw-r--r--src/devices/bus/psx/memcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/psx/memcard.h b/src/devices/bus/psx/memcard.h
index 762545d60db..503744a443d 100644
--- a/src/devices/bus/psx/memcard.h
+++ b/src/devices/bus/psx/memcard.h
@@ -16,7 +16,7 @@ class psxcard_device : public device_t,
public device_image_interface
{
public:
- psxcard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ psxcard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual iodevice_t image_type() const override { return IO_MEMCARD; }