summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psxcd.cpp')
-rw-r--r--src/mame/machine/psxcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psxcd.cpp b/src/mame/machine/psxcd.cpp
index 7203590a375..069e9f224f1 100644
--- a/src/mame/machine/psxcd.cpp
+++ b/src/mame/machine/psxcd.cpp
@@ -85,7 +85,7 @@ enum submode_flags
const device_type PSXCD = &device_creator<psxcd_device>;
-psxcd_device::psxcd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+psxcd_device::psxcd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
cdrom_image_device(mconfig, PSXCD, "PSX Cdrom", tag, owner, clock, "psx_cd", __FILE__),
m_irq_handler(*this)
{