summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/cirrus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/cirrus.h')
-rw-r--r--src/devices/bus/lpci/cirrus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/cirrus.h b/src/devices/bus/lpci/cirrus.h
index e62c49ea70e..9b06a0c7878 100644
--- a/src/devices/bus/lpci/cirrus.h
+++ b/src/devices/bus/lpci/cirrus.h
@@ -20,7 +20,7 @@ class cirrus_device : public device_t,
{
public:
// construction/destruction
- cirrus_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ cirrus_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;