summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci9050.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci9050.h')
-rw-r--r--src/devices/machine/pci9050.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pci9050.h b/src/devices/machine/pci9050.h
index adb3ac969e0..893d40eced5 100644
--- a/src/devices/machine/pci9050.h
+++ b/src/devices/machine/pci9050.h
@@ -23,7 +23,7 @@ class pci9050_device :
public pci_device
{
public:
- pci9050_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pci9050_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// PCI9050 I/O register space handlers
DECLARE_READ32_MEMBER( lasrr_r );