summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/swim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/swim.cpp')
-rw-r--r--src/mame/machine/swim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/swim.cpp b/src/mame/machine/swim.cpp
index e07c621bb4c..9e1506ad9ab 100644
--- a/src/mame/machine/swim.cpp
+++ b/src/mame/machine/swim.cpp
@@ -37,7 +37,7 @@ const device_type SWIM = &device_creator<swim_device>;
// ctor
//-------------------------------------------------
-swim_device::swim_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+swim_device::swim_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: applefdc_base_device(APPLEFDC_SWIM, mconfig, SWIM, "Apple SWIM (Steve Woz Integrated Machine)", tag, owner, clock, "swim", __FILE__)
{
}