summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/pds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/pds.h')
-rw-r--r--src/devices/bus/isa/pds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/pds.h b/src/devices/bus/isa/pds.h
index eb98c3abb83..20bddb8c1de 100644
--- a/src/devices/bus/isa/pds.h
+++ b/src/devices/bus/isa/pds.h
@@ -18,7 +18,7 @@ class isa8_pds_device :
public device_isa8_card_interface
{
public:
- isa8_pds_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ isa8_pds_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(ppi_r);
DECLARE_WRITE8_MEMBER(ppi_w);