mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-02-14 11:55:08 +00:00
Ethernet implemented, fixed a bug in "mixed" double word stores (store followed by fetch rather than two stores). Fixed a few UI issues, fixed Reset behavior.
This commit is contained in:
@@ -185,7 +185,9 @@ namespace Contralto
|
||||
case ExecutionState.InternalError:
|
||||
ExecutionStateLabel.Text = String.Format("Stopped (error {0})", _lastExceptionText);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
this.BringToFront();
|
||||
}
|
||||
|
||||
private void RefreshMicrocodeDisassembly()
|
||||
|
||||
Reference in New Issue
Block a user