diff options
Diffstat (limited to 'src/devices/bus/lpci')
| -rw-r--r-- | src/devices/bus/lpci/i82439tx.cpp | 4 | ||||
| -rw-r--r-- | src/devices/bus/lpci/mpc105.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/lpci/i82439tx.cpp b/src/devices/bus/lpci/i82439tx.cpp index 16b4099776e..66483af2289 100644 --- a/src/devices/bus/lpci/i82439tx.cpp +++ b/src/devices/bus/lpci/i82439tx.cpp @@ -20,8 +20,8 @@ i82439tx_device::i82439tx_device(const machine_config &mconfig, const char *tag, : northbridge_device(mconfig, I82439TX, "Intel 82439TX", tag, owner, clock, "i82439tx", __FILE__), pci_device_interface( mconfig, *this ), m_cpu_tag( NULL ), - m_region_tag( NULL ), - m_space(nullptr), + m_region_tag( NULL ), + m_space(nullptr), m_rom(nullptr) { } diff --git a/src/devices/bus/lpci/mpc105.cpp b/src/devices/bus/lpci/mpc105.cpp index e45c1343fbb..74780b7159f 100644 --- a/src/devices/bus/lpci/mpc105.cpp +++ b/src/devices/bus/lpci/mpc105.cpp @@ -33,9 +33,9 @@ mpc105_device::mpc105_device(const machine_config &mconfig, const char *tag, dev : device_t(mconfig, MPC105, "MPC105", tag, owner, clock, "mpc105", __FILE__), pci_device_interface( mconfig, *this ), m_cpu_tag(nullptr), - m_bank_base_default(0), - m_bank_base(0), - m_bank_enable(0), + m_bank_base_default(0), + m_bank_base(0), + m_bank_enable(0), m_maincpu(nullptr) { } |
