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:
@@ -47,7 +47,7 @@ namespace Contralto
|
||||
t.AutoReset = true;
|
||||
t.Interval = 1000;
|
||||
t.Elapsed += T_Elapsed;
|
||||
//t.Start();
|
||||
t.Start();
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
|
||||
Reference in New Issue
Block a user