summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc37c665gt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/fdc37c665gt.h')
-rw-r--r--src/devices/machine/fdc37c665gt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/fdc37c665gt.h b/src/devices/machine/fdc37c665gt.h
index 569bf8ed0e8..822bb3cb80e 100644
--- a/src/devices/machine/fdc37c665gt.h
+++ b/src/devices/machine/fdc37c665gt.h
@@ -16,7 +16,7 @@ class fdc37c665gt_device : public device_t
{
public:
// construction/destruction
- fdc37c665gt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ fdc37c665gt_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);