Uses of Interface
de.michab.simulator.Debugger

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

Methods in de.michab.simulator with parameters of type Debugger
 void Processor.setDebugger(Debugger debugger)
          Sets a debugger for this processor.
 

Uses of Debugger in de.michab.simulator.mos6502
 

Methods in de.michab.simulator.mos6502 with parameters of type Debugger
 void Cpu6510.setDebugger(Debugger d)
          Sets a debugger on this processor instance.