|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Processor | |
| 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. |
| 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 Processor in de.michab.simulator |
| Methods in de.michab.simulator with parameters of type Processor | |
void |
Debugger.setProcessor(Processor processor)
Part of interlock sequence. |
| Uses of Processor in de.michab.simulator.mos6502 |
| Classes in de.michab.simulator.mos6502 that implement Processor | |
class |
Cpu6510
Implements a MOS6510 processor as built into the C64. |
| Uses of Processor in de.michab.simulator.mos6502.c64 |
| Methods in de.michab.simulator.mos6502.c64 that return Processor | |
Processor |
C64Core.getCpu()
Returns a reference to the emulation's CPU. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||