Updated VIA 6522 to generate interrupt on T2 Pulse counting mode too, according to documentation [Miodrag Milanovic]

This commit is contained in:
Miodrag Milanovic 2010-08-23 18:43:13 +00:00
parent b20ca095fe
commit 2d787b78ee

View File

@ -857,6 +857,8 @@ void via6522_device::reg_w(UINT8 offset, UINT8 data)
}
else
{
timer_adjust_oneshot(m_t2, cycles_to_time(TIMER2_VALUE), 0);
m_t2_active = 1;
m_time2 = timer_get_time(&m_machine);
}
break;