diff options
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); |