1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-15 08:00:36 +00:00

Ethernet receive/reset fixed, MazeWar now works with more than 2 players. Ethernet controller receive logic still needs massive cleanup.

This commit is contained in:
Josh Dersch
2016-01-19 11:10:04 -08:00
parent 8463ef19d0
commit 43a85e0101
7 changed files with 46 additions and 29 deletions

View File

@@ -172,7 +172,7 @@ namespace Contralto
private void T_Elapsed(object sender, ElapsedEventArgs e)
{
System.Console.WriteLine("{0} CPU clocks/sec %{1}. {2} fields/sec", _clocks, ((double)_clocks / 5882353.0) * 100.0, _displayController.Fields);
//System.Console.WriteLine("{0} CPU clocks/sec %{1}. {2} fields/sec", _clocks, ((double)_clocks / 5882353.0) * 100.0, _displayController.Fields);
_clocks = 0;
_displayController.Fields = 0;
}