Uses of Interface
de.michab.simulator.Memory

Packages that use Memory
de.michab.simulator.mos6502 In the mos6502 package all chip emulations from this hardware family are placed.  
de.michab.simulator.mos6502.c64 Here's the place where the classes are placed that are responsible for implementing a real computer system -- the Commodore 64.  
 

Uses of Memory in de.michab.simulator.mos6502
 

Methods in de.michab.simulator.mos6502 that return Memory
 Memory Extension.getMemory()
          Returns the memory this extension is installed in.
 Memory Cpu6510.getMemory()
          Get the Memory this CPU is attached to.
 

Methods in de.michab.simulator.mos6502 with parameters of type Memory
protected abstract  void Extension.extensionCalled(Memory m)
          This is the template method called on hit of the Extension in memory.
 

Constructors in de.michab.simulator.mos6502 with parameters of type Memory
Vic(Cpu6510 cpu, Memory memory, int colorRamAddress, Clock clock)
          Creates a VIC with the passed initial references.
Extension(Memory m)
          Create an instance.
Cpu6510(Memory mem, Clock clock)
          Create a processor tied to the passed memory.
 

Uses of Memory in de.michab.simulator.mos6502.c64
 

Methods in de.michab.simulator.mos6502.c64 that return Memory
 Memory C64Core.getMemory()
          Get a reference to the emulation's memory.