summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/vt82c505.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/vt82c505.h')
-rw-r--r--src/devices/bus/lpci/vt82c505.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/vt82c505.h b/src/devices/bus/lpci/vt82c505.h
index 7a55592420d..68bb3358b00 100644
--- a/src/devices/bus/lpci/vt82c505.h
+++ b/src/devices/bus/lpci/vt82c505.h
@@ -16,7 +16,7 @@ class vt82c505_device : public device_t,
{
public:
// construction/destruction
- vt82c505_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ vt82c505_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual UINT32 pci_read(pci_bus_device *pcibus, int function, int offset, UINT32 mem_mask) override;
virtual void pci_write(pci_bus_device *pcibus, int function, int offset, UINT32 data, UINT32 mem_mask) override;