diff options
| author | 2015-11-25 08:22:24 +0100 | |
|---|---|---|
| committer | 2015-11-25 08:22:24 +0100 | |
| commit | 0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch) | |
| tree | 24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/devices/bus/isa/ne2000.cpp | |
| parent | d1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff) | |
Cleanups and version bumpmame0168
Diffstat (limited to 'src/devices/bus/isa/ne2000.cpp')
| -rw-r--r-- | src/devices/bus/isa/ne2000.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/isa/ne2000.cpp b/src/devices/bus/isa/ne2000.cpp index 6fe5bf29416..3937e14a920 100644 --- a/src/devices/bus/isa/ne2000.cpp +++ b/src/devices/bus/isa/ne2000.cpp @@ -19,9 +19,9 @@ machine_config_constructor ne2000_device::device_mconfig_additions() const { ne2000_device::ne2000_device(const machine_config& mconfig, const char* tag, device_t* owner, UINT32 clock) : device_t(mconfig, NE2000, "NE2000 Network Adapter", tag, owner, clock, "ne2000", __FILE__), - device_isa16_card_interface(mconfig, *this), - m_dp8390(*this, "dp8390d"), - m_irq(0) + device_isa16_card_interface(mconfig, *this), + m_dp8390(*this, "dp8390d"), + m_irq(0) { } |
