summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/beta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/beta.h')
-rw-r--r--src/mame/machine/beta.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/beta.h b/src/mame/machine/beta.h
index af5b2132e14..fcd8ddf11d8 100644
--- a/src/mame/machine/beta.h
+++ b/src/mame/machine/beta.h
@@ -20,7 +20,7 @@
class beta_disk_device : public device_t
{
public:
- beta_disk_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ beta_disk_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~beta_disk_device() {}
DECLARE_READ8_MEMBER(status_r);