Package jfrace.cpu
Classes emulating Central Processing Units.
See:
Description
Class Summary |
FJE5 |
A simple 5-bit CPU. |
Intel8080 |
Emulation of the 8-bit microprocessor Intel 8080. |
MC6502 |
The 6502 microprocessor. |
Z80 |
Implements an emulation of Zilog's Z80 8-bit processor. |
Package jfrace.cpu Description
Classes emulating Central Processing Units.
They are implementations of the interface
CPU
.
All CPU implementation have to be in this subpackage otherwise
it is not possible for the
Emulator
to find them.