summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ne1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ne1000.h')
-rw-r--r--src/devices/bus/isa/ne1000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/ne1000.h b/src/devices/bus/isa/ne1000.h
index 96f98673477..2154777a93d 100644
--- a/src/devices/bus/isa/ne1000.h
+++ b/src/devices/bus/isa/ne1000.h
@@ -13,7 +13,7 @@ class ne1000_device: public device_t,
public device_isa8_card_interface
{
public:
- ne1000_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ne1000_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual machine_config_constructor device_mconfig_additions() const override;
virtual ioport_constructor device_input_ports() const override;