Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / MachineContext.java
index 8a7faa7..cc96edb 100644 (file)
@@ -25,6 +25,7 @@ public class MachineContext
                if (instance == null)
                {
                        instance = new MachineContext();
+                       // TODO don't hardcode the Am2900
                        instance.setMachine(new Am2900Machine((Am2900MachineDefinition) MachineRegistry.getinstalledMachines().get("Am2900")));
                }
                return instance;