Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / components / BasicCoreComponent.java
index 369a05f..c82f2b3 100644 (file)
@@ -28,6 +28,11 @@ public abstract class BasicCoreComponent extends CoreComponent implements LogicO
 
        @Override
        public final void update(LogicObservable initiator)
+       {
+               update();
+       }
+
+       public void update()
        {
                TimelineEventHandler delayedUpdates = compute();
                if (delayedUpdates != null)