summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m3745x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m3745x.cpp')
-rw-r--r--src/devices/cpu/m6502/m3745x.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/cpu/m6502/m3745x.cpp b/src/devices/cpu/m6502/m3745x.cpp
index ef9c3876d9b..9a2a4872646 100644
--- a/src/devices/cpu/m6502/m3745x.cpp
+++ b/src/devices/cpu/m6502/m3745x.cpp
@@ -55,12 +55,12 @@ m3745x_device::m3745x_device(const machine_config &mconfig, device_type type, co
read_ad_4(*this),
read_ad_5(*this),
read_ad_6(*this),
- read_ad_7(*this),
- m_intreq1(0),
- m_intreq2(0),
- m_intctrl1(0),
- m_intctrl2(0),
- m_adctrl(0),
+ read_ad_7(*this),
+ m_intreq1(0),
+ m_intreq2(0),
+ m_intctrl1(0),
+ m_intctrl2(0),
+ m_adctrl(0),
m_last_all_ints(0)
{
}