summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/3c503.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/3c503.h')
-rw-r--r--src/devices/bus/isa/3c503.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/3c503.h b/src/devices/bus/isa/3c503.h
index 5a31c2948fe..75303641cf8 100644
--- a/src/devices/bus/isa/3c503.h
+++ b/src/devices/bus/isa/3c503.h
@@ -13,7 +13,7 @@ class el2_3c503_device: public device_t,
public device_isa8_card_interface
{
public:
- el2_3c503_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ el2_3c503_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual machine_config_constructor device_mconfig_additions() const override;
void el2_3c503_irq_w(int state);