summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m3745x.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-25 08:22:24 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-25 08:22:24 +0100
commit0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch)
tree24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/devices/cpu/m6502/m3745x.cpp
parentd1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff)
Cleanups and version bumpmame0168
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)
{
}