Class Summary |
CPMDisk |
Class which provides a file as a disk for the CP/M emulator. |
CPMEmulator |
Device which emulates the BIOS for CP/M V2.2. |
CPMEmulatorConfigurator |
Configurator for the CPMEmulator . |
DummyDevice |
Dummy device. |
ELZET80Keyboard |
Keyboard of my old ELZET 80 system. |
GI_AY_3_8910 |
This class emulates General Instrument's AY-3-8910
Programmble Sound Generator. |
GI_AY_3_8910ToneGenerator |
Simulating class of a voice of the GI's sound generator AY-3-8910. |
LCDDigit |
A Device simulating an LCD digit. |
LCDPanel |
Panel of horizontally arrange LCDDigit s. |
RAM |
This class emulates the random access memory (RAM) of a
computer. |
ThomsonGDP |
Simulates a graphic display with the Thomson Graphic Display
Processor (GDP) EF9365. |
WaveTablePlayer |
Audio player based on a wave table. |
Devices and their configurators (if necessary).
Devices are implementations of the interface
Device
.
A device may have a configurator which is an
implementation of the
Configurator
interface.