summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/appldriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/appldriv.cpp')
-rw-r--r--src/mame/machine/appldriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/appldriv.cpp b/src/mame/machine/appldriv.cpp
index 139da446140..a5a574a7e36 100644
--- a/src/mame/machine/appldriv.cpp
+++ b/src/mame/machine/appldriv.cpp
@@ -297,7 +297,7 @@ const device_type FLOPPY_APPLE = &device_creator<apple525_floppy_image_device>;
// apple525_floppy_image_device - constructor
//-------------------------------------------------
-apple525_floppy_image_device::apple525_floppy_image_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+apple525_floppy_image_device::apple525_floppy_image_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: legacy_floppy_image_device(mconfig, FLOPPY_APPLE, "Apple Disk II", tag, owner, clock, "floppy_apple", __FILE__)
{
}