diff options
Diffstat (limited to 'src/devices/bus/isa/pds.h')
-rw-r--r-- | src/devices/bus/isa/pds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/pds.h b/src/devices/bus/isa/pds.h index 20bddb8c1de..eb98c3abb83 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, std::string tag, device_t *owner, UINT32 clock); + isa8_pds_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); DECLARE_READ8_MEMBER(ppi_r); DECLARE_WRITE8_MEMBER(ppi_w); |