Class Reference
You can get detailed descriptions of each class by selecting from the list below
- Epp - Various support functions and emulator front end.
- Component - Defines a basic emulation component.
- VideoDevice - An emulated video display device.
- Processor - An emulated CPU.
- Machine - The "driver" class for each emulated platform.
- ScreenOutput - The interface to the emulator host's video display.
- AudioOutput - The interface to the host's audio device.
- Keyboard - The interface to the host's keyboard.
- Joystick - The interface to the host's joystick.
- Mouse - The interface to the host's mouse/trackball.
In the listings, method names are shown with brackets after their names to distinguish them from variables. Methods which must be defined by a derived class are surrounded by [square brackets].
Inheritance is shown by putting the immediate base class in brackets after the class name.