diff options
author | 2019-09-02 14:55:51 -0400 | |
---|---|---|
committer | 2019-09-02 14:55:51 -0400 | |
commit | 4e612119e9857c70c1da4fc7e74b780d2810215c (patch) | |
tree | f4d339ee0f99d88d6ba387b6475eb4b5826b327b /src/devices/cpu/f2mc16/mb9061x.cpp | |
parent | c0f4fb7486866ca75c441346962f60334fa035f4 (diff) |
f2mc16: more opcodes, improved disassembly (nw)
Diffstat (limited to 'src/devices/cpu/f2mc16/mb9061x.cpp')
-rw-r--r-- | src/devices/cpu/f2mc16/mb9061x.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/f2mc16/mb9061x.cpp b/src/devices/cpu/f2mc16/mb9061x.cpp index 4794410f4be..df337b49fb5 100644 --- a/src/devices/cpu/f2mc16/mb9061x.cpp +++ b/src/devices/cpu/f2mc16/mb9061x.cpp @@ -263,6 +263,7 @@ void mb9061x_device::tin_common(int timer, int base, int state) { u8 ctl = m_timer_regs[base]; m_timer_regs[base] |= TCTL_UF; + //printf("Timer %d exp, CL %02x\n", timer, m_timer_regs[base]); if (ctl & TCTL_INTE) { //printf("timer %d IRQ\n", timer); |