Somewhat working Timer0Interrupt

This commit is contained in:
Darkress
2023-06-18 19:13:37 +02:00
parent 101c6ec464
commit 60b288a762
7 changed files with 48 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ public class CommandDecoder
if (input == 0x0009)
{
//retfie();
return new Retfie();
}
if (input == 0x0008)