summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f2mc16/mb9061x.cpp
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-09-02 14:55:51 -0400
committer arbee <rb6502@users.noreply.github.com>2019-09-02 14:55:51 -0400
commit4e612119e9857c70c1da4fc7e74b780d2810215c (patch)
treef4d339ee0f99d88d6ba387b6475eb4b5826b327b /src/devices/cpu/f2mc16/mb9061x.cpp
parentc0f4fb7486866ca75c441346962f60334fa035f4 (diff)
f2mc16: more opcodes, improved disassembly (nw)
Diffstat (limited to 'src/devices/cpu/f2mc16/mb9061x.cpp')
-rw-r--r--src/devices/cpu/f2mc16/mb9061x.cpp1
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);