1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-26 03:58:25 +00:00

Readme updates, installer updates. A couple of smallish (10%) performance enhancements.

This commit is contained in:
Josh Dersch
2016-03-14 16:50:41 -07:00
parent a79fd5f016
commit dc0a85aed8
19 changed files with 258 additions and 82 deletions

View File

@@ -14,6 +14,7 @@
_wakeup = false;
}
/*
protected override InstructionCompletion ExecuteInstruction(MicroInstruction instruction)
{
//
@@ -22,7 +23,7 @@
// "; This version assumes MRTACT is cleared by BLOCK, not MAR<- R37"
//
return base.ExecuteInstruction(instruction);
}
}*/
}
}
}