Uses of Class
de.michab.simulator.Port

Packages that use Port
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 Port in de.michab.simulator
 

Methods in de.michab.simulator that return Port
protected  Port[] DefaultChip.createPorts(int numOfRegs)
          This creates an array of Ports tied to the Chip.
 Port[] Chip.getPorts()
          Get an array of the chip's ports.
 

Uses of Port in de.michab.simulator.mos6502
 

Methods in de.michab.simulator.mos6502 that return Port
 Port[] Vic.getPorts()
           
 Port[] Sid.getPorts()
           
 Port[] Extension.getPorts()
           
 Port[] Cpu6510.getPorts()
          Get this processors ports.
 Port[] Cia.getPorts()