diff options
| author | 2015-11-25 08:22:24 +0100 | |
|---|---|---|
| committer | 2015-11-25 08:22:24 +0100 | |
| commit | 0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch) | |
| tree | 24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/devices/cpu/m6502/m5074x.cpp | |
| parent | d1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff) | |
Cleanups and version bumpmame0168
Diffstat (limited to 'src/devices/cpu/m6502/m5074x.cpp')
| -rw-r--r-- | src/devices/cpu/m6502/m5074x.cpp | 22 |
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) { } |
