documentation

This commit is contained in:
Meruemon
2022-05-06 10:44:16 +02:00
parent 4a27f55b00
commit a6630fda2c
8 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -687,6 +687,7 @@ public class Pic {
//Increment TMR0 if internal instruction cycle assigned to TMR0.
if (Ram.get_T0CS() == false) {
Ram.increment_TMR0();
Ram.increment_TMR0();
}
Runtimer.incrementRuntime();

View File

@@ -1,3 +1,5 @@
/**@author Aaron Moser
*/
package Runtime;
import java.util.concurrent.ConcurrentLinkedQueue;