Uses of Interface
de.michab.simulator.Addressable

Packages that use Addressable
de.michab.simulator This package contains all classes that should be reusable for other types of emulations.  
de.michab.simulator.mos6502 In the mos6502 package all chip emulations from this hardware family are placed.  
 

Uses of Addressable in de.michab.simulator
 

Subinterfaces of Addressable in de.michab.simulator
 interface Chip
          The interface all chips in a system have to implement.
 interface Memory
          Base interface for addressable components.
 

Classes in de.michab.simulator that implement Addressable
 class DefaultChip
          This is a helper class providing a default implementation for the memory attribute and a simple port array factory.
 

Uses of Addressable in de.michab.simulator.mos6502
 

Classes in de.michab.simulator.mos6502 that implement Addressable
 class Cia
          Represents an instance of the 64's 6526 Complex Input/output Adapter.
 class Cpu6510
          Implements a MOS6510 processor as built into the C64.
 class Extension
          This is an extension a.k.a. a patch.
 class Sid
          The MOS 6581 Sound Interface Device.
 class Vic
          Represents the C64's MOS6569 video interface chip.