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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user