1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-24 19:33:58 +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

@@ -18,7 +18,7 @@ namespace Contralto.CPU
_displayController = _cpu._system.DisplayController;
}
protected override bool ExecuteInstruction(MicroInstruction instruction)
protected override InstructionCompletion ExecuteInstruction(MicroInstruction instruction)
{
// We put ourselves back to sleep immediately once we've started running
_wakeup = false;