1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-02-17 13:07:43 +00:00

Fixed two microcode bugs related to task switching behavior. Dance, StarWars and *SMALLTALK* work!

This commit is contained in:
Josh Dersch
2016-03-09 16:05:45 -08:00
parent b6e43080f2
commit 4cbb74c033
19 changed files with 80 additions and 47 deletions

View File

@@ -47,7 +47,7 @@ namespace Contralto
t.AutoReset = true;
t.Interval = 1000;
t.Elapsed += T_Elapsed;
//t.Start();
t.Start();
}
public void Reset()