C# Class Aeon.Emulator.Video.Modes.EgaVga16

Provides functionality for 16-color EGA and VGA video modes.
Inheritance: Aeon.Emulator.Video.Modes.Planar4
Afficher le fichier Open project: gregdivis/Aeon Class Usage Examples

Méthodes publiques

Méthode Description
EgaVga16 ( int width, int height, int fontHeight, VideoHandler video )

Method Details

EgaVga16() public méthode

public EgaVga16 ( int width, int height, int fontHeight, VideoHandler video )
width int
height int
fontHeight int
video VideoHandler