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.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/devices/cpu/m6502/m5074x.cpp b/src/devices/cpu/m6502/m5074x.cpp
index b427ec51488..965e8866467 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)
{
}
@@ -81,7 +81,7 @@ void m5074x_device::device_start()
for (int i = 0; i < NUM_TIMERS; i++)
{
- m_timers[i] = timer_alloc(i, NULL);
+ m_timers[i] = timer_alloc(i, nullptr);
}
m740_device::device_start();