mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-02-09 09:42:04 +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:
@@ -40,7 +40,19 @@ namespace Contralto
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
bool running = IsRunning;
|
||||
|
||||
if (running)
|
||||
{
|
||||
StopExecution();
|
||||
}
|
||||
_system.Reset();
|
||||
|
||||
if (running)
|
||||
{
|
||||
StartExecution();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public bool IsRunning
|
||||
|
||||
Reference in New Issue
Block a user