summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m5074x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m5074x.cpp')
-rw-r--r--src/devices/cpu/m6502/m5074x.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/devices/cpu/m6502/m5074x.cpp b/src/devices/cpu/m6502/m5074x.cpp
index b427ec51488..07a5f3b510d 100644
--- a/src/devices/cpu/m6502/m5074x.cpp
+++ b/src/devices/cpu/m6502/m5074x.cpp
@@ -49,17 +49,17 @@ m5074x_device::m5074x_device(const machine_config &mconfig, device_type type, co
write_p0(*this),
write_p1(*this),
write_p2(*this),
- write_p3(*this),
- m_intctrl(0),
- m_tmrctrl(0),
- m_tmr12pre(0),
- m_tmr1(0),
- m_tmr2(0),
- m_tmrxpre(0),
- m_tmrx(0),
- m_tmr1latch(0),
- m_tmr2latch(0),
- m_tmrxlatch(0),
+ write_p3(*this),
+ m_intctrl(0),
+ m_tmrctrl(0),
+ m_tmr12pre(0),
+ m_tmr1(0),
+ m_tmr2(0),
+ m_tmrxpre(0),
+ m_tmrx(0),
+ m_tmr1latch(0),
+ m_tmr2latch(0),
+ m_tmrxlatch(0),
m_last_all_ints(0)
{
}