mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-01-26 12:01:47 +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:
@@ -10,12 +10,15 @@ namespace Contralto
|
||||
{
|
||||
AltoSystem system = new AltoSystem();
|
||||
|
||||
// for now everything is driven through the debugger
|
||||
if (args.Length > 0)
|
||||
{
|
||||
system.LoadDrive(0, args[0]);
|
||||
}
|
||||
|
||||
AltoWindow mainWindow = new AltoWindow();
|
||||
|
||||
mainWindow.AttachSystem(system);
|
||||
|
||||
|
||||
/*
|
||||
Debugger d = new Debugger(system);
|
||||
system.AttachDisplay(d);
|
||||
|
||||
Reference in New Issue
Block a user