summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/beta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/beta.cpp')
-rw-r--r--src/mame/machine/beta.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/beta.cpp b/src/mame/machine/beta.cpp
index ef9ec771805..a8f787e98dd 100644
--- a/src/mame/machine/beta.cpp
+++ b/src/mame/machine/beta.cpp
@@ -26,7 +26,7 @@ BUGS:
const device_type BETA_DISK = &device_creator<beta_disk_device>;
-beta_disk_device::beta_disk_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+beta_disk_device::beta_disk_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, BETA_DISK, "Beta Disk Interface", tag, owner, clock, "betadisk", __FILE__)
, m_betadisk_active(0)
, m_wd179x(*this, "wd179x")