summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vt83c461.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vt83c461.h')
-rw-r--r--src/devices/machine/vt83c461.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/vt83c461.h b/src/devices/machine/vt83c461.h
index 6acc978b8c4..1fbe3a475bb 100644
--- a/src/devices/machine/vt83c461.h
+++ b/src/devices/machine/vt83c461.h
@@ -32,7 +32,7 @@
class vt83c461_device : public ide_controller_32_device
{
public:
- vt83c461_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ vt83c461_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ32_MEMBER(read_config);
DECLARE_WRITE32_MEMBER(write_config);