mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
Updated VIA 6522 to generate interrupt on T2 Pulse counting mode too, according to documentation [Miodrag Milanovic]
This commit is contained in:
parent
b20ca095fe
commit
2d787b78ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user