summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gdrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gdrom.cpp')
-rw-r--r--src/mame/machine/gdrom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gdrom.cpp b/src/mame/machine/gdrom.cpp
index 87ed9f47e08..5aead47aae1 100644
--- a/src/mame/machine/gdrom.cpp
+++ b/src/mame/machine/gdrom.cpp
@@ -435,7 +435,7 @@ void gdrom_device::WriteData( UINT8 *data, int dataLength )
// device type definition
const device_type GDROM = &device_creator<gdrom_device>;
-gdrom_device::gdrom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+gdrom_device::gdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
atapi_cdrom_device(mconfig, GDROM, "GDROM", tag, owner, clock, "gdrom", __FILE__)
{
}