summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/docg3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/docg3.cpp')
-rw-r--r--src/mame/machine/docg3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/docg3.cpp b/src/mame/machine/docg3.cpp
index 2303ee3fb27..1d6fee6c0c6 100644
--- a/src/mame/machine/docg3.cpp
+++ b/src/mame/machine/docg3.cpp
@@ -38,7 +38,7 @@ const device_type DISKONCHIP_G3 = &device_creator<diskonchip_g3_device>;
// diskonchip_g3_device - constructor
//-------------------------------------------------
-diskonchip_g3_device::diskonchip_g3_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+diskonchip_g3_device::diskonchip_g3_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DISKONCHIP_G3, "DiskOnChip G3", tag, owner, clock, "diskonchip_g3", __FILE__),
device_nvram_interface(mconfig, *this)
{