Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / StandardMainMemoryDefinition.java
index 1e3bd50..22be93e 100644 (file)
@@ -1,8 +1,9 @@
 package net.mograsim.machine;
 
-class StandardMainMemoryDefinition extends StandardMemoryDefinition implements MainMemoryDefinition {
+class StandardMainMemoryDefinition extends StandardMemoryDefinition implements MainMemoryDefinition
+{
        private final int cellWidth;
-       
+
        StandardMainMemoryDefinition(int memoryAddressBits, int cellWidth, long minimalAddress, long maximalAddress)
        {
                super(memoryAddressBits, minimalAddress, maximalAddress);