diff options
Diffstat (limited to 'src/devices/bus/isa/ne1000.cpp')
| -rw-r--r-- | src/devices/bus/isa/ne1000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/ne1000.cpp b/src/devices/bus/isa/ne1000.cpp index 7fb291f7aed..65ee0019430 100644 --- a/src/devices/bus/isa/ne1000.cpp +++ b/src/devices/bus/isa/ne1000.cpp @@ -19,7 +19,7 @@ machine_config_constructor ne1000_device::device_mconfig_additions() const { ne1000_device::ne1000_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, NE1000, "NE1000 Network Adapter", tag, owner, clock, "ne1000", __FILE__), device_isa8_card_interface(mconfig, *this), - m_dp8390(*this, "dp8390d"), + m_dp8390(*this, "dp8390d"), m_irq(0) { } |
