Worked around rendering bug (model updates not resulting in a redraw)
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / MicroprogramMemory.java
index c12d676..333f8a6 100644 (file)
@@ -1,5 +1,5 @@
 package net.mograsim.machine;
 
-public interface MicroprogramMemory {
-
+public interface MicroprogramMemory extends Memory<MicroInstruction>
+{
 }