summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atapicdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/atapicdr.h')
-rw-r--r--src/devices/machine/atapicdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/atapicdr.h b/src/devices/machine/atapicdr.h
index b18999839c7..99b2651c1a7 100644
--- a/src/devices/machine/atapicdr.h
+++ b/src/devices/machine/atapicdr.h
@@ -20,8 +20,8 @@ class atapi_cdrom_device : public atapi_hle_device,
public t10mmc
{
public:
- atapi_cdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- atapi_cdrom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source);
+ atapi_cdrom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ atapi_cdrom_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);
UINT16 *identify_device_buffer() { return m_identify_buffer; }