summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psxcd.h')
-rw-r--r--src/mame/machine/psxcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psxcd.h b/src/mame/machine/psxcd.h
index 4bcf9ee5696..b322d0a2725 100644
--- a/src/mame/machine/psxcd.h
+++ b/src/mame/machine/psxcd.h
@@ -21,7 +21,7 @@
class psxcd_device : public cdrom_image_device
{
public:
- psxcd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ psxcd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// static configuration helpers
template<class _Object> static devcb_base &set_irq_handler(device_t &device, _Object object) { return downcast<psxcd_device &>(device).m_irq_handler.set_callback(object); }