Timer interrupt

This commit is contained in:
2017-05-16 10:11:35 +02:00
parent 191c10327f
commit bb37de8eb4
2 changed files with 19 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ namespace PIC_Simulator.PIC
uint Result = current + 1;
if (Result > 0xFF)
{
//TODO Interrupt PIT_TIMER
programm.TimerInterrupt();
}
Result %= 0x100;