Свойство | Type | Description | |
---|---|---|---|
activeControllerData | IReadWriteIOPort | ||
activeControllerIndex | IReadWriteIOPort | ||
attributeAddress | IReadWriteIOPort | ||
attributeData | IReadWriteIOPort | ||
colors | ushort | ||
crtControllerData | IReadWriteIOPort | ||
crtControllerDataColor | IReadWriteIOPort | ||
crtControllerIndex | IReadWriteIOPort | ||
crtControllerIndexColor | IReadWriteIOPort | ||
dacData | IReadWriteIOPort | ||
dacIndexRead | IReadWriteIOPort | ||
dacIndexWrite | IReadWriteIOPort | ||
dacPaletteMask | IReadWriteIOPort | ||
graphicsControllerAddress | IReadWriteIOPort | ||
graphicsControllerData | IReadWriteIOPort | ||
height | ushort | ||
inputStatus1 | IReadOnlyIOPort | ||
inputStatus1ReadB | IReadWriteIOPort | ||
memory | IMemory | ||
miscellaneousOutputRead | IReadOnlyIOPort | ||
miscellaneousOutputWrite | IWriteOnlyIOPort | ||
offset | uint | ||
sequencerAddress | IReadWriteIOPort | ||
sequencerData | IReadWriteIOPort | ||
width | ushort |
Méthode | Description | |
---|---|---|
Clear ( byte colorIndex ) : void |
Clears device with the specified color index.
|
|
GenericVGA ( ) : Mosa.DeviceSystem |
Initializes a new instance of the GenericVGA class.
|
|
GetPalette ( byte colorIndex ) : |
Gets the palette.
|
|
OnInterrupt ( ) : bool |
Called when an interrupt is received.
|
|
ReadPixel ( ushort x, ushort y ) : byte |
Reads the pixel.
|
|
SetMode ( byte mode ) : bool |
Sets the mode.
|
|
SetPalette ( byte colorIndex, |
Sets the palette.
|
|
Setup ( HardwareResources hardwareResources ) : bool |
Setups this hardware device driver
|
|
Start ( ) : DeviceDriverStartStatus |
Starts this hardware device.
|
|
WritePixel ( byte colorIndex, ushort x, ushort y ) : void |
Writes the pixel.
|
Méthode | Description | |
---|---|---|
GetValue ( byte command ) : byte |
Gets the value.
|
|
SendCommand ( byte command, byte value ) : void |
Sends the command.
|
|
WriteSettings ( byte settings ) : void |
Writes the settings.
|
public Clear ( byte colorIndex ) : void | ||
colorIndex | byte | Index of the color. |
Résultat | void |
public GetPalette ( byte colorIndex ) : |
||
colorIndex | byte | Index of the color. |
Résultat |
protected GetValue ( byte command ) : byte | ||
command | byte | The command. |
Résultat | byte |
public ReadPixel ( ushort x, ushort y ) : byte | ||
x | ushort | The x. |
y | ushort | The y. |
Résultat | byte |
protected SendCommand ( byte command, byte value ) : void | ||
command | byte | The command. |
value | byte | The value. |
Résultat | void |
public SetPalette ( byte colorIndex, |
||
colorIndex | byte | Index of the color. |
color | The color. | |
Résultat | void |
public Setup ( HardwareResources hardwareResources ) : bool | ||
hardwareResources | HardwareResources | |
Résultat | bool |
public WritePixel ( byte colorIndex, ushort x, ushort y ) : void | ||
colorIndex | byte | Index of the color. |
x | ushort | The x. |
y | ushort | The y. |
Résultat | void |
protected WriteSettings ( byte settings ) : void | ||
settings | byte | The settings. |
Résultat | void |
protected IReadWriteIOPort activeControllerData | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort activeControllerIndex | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort attributeAddress | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort attributeData | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort crtControllerData | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort crtControllerDataColor | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort crtControllerIndex | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort crtControllerIndexColor | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort dacIndexRead | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort dacIndexWrite | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort dacPaletteMask | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort graphicsControllerAddress | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort graphicsControllerData | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort inputStatus1ReadB | ||
Résultat | IReadWriteIOPort |
protected IReadOnlyIOPort miscellaneousOutputRead | ||
Résultat | IReadOnlyIOPort |
protected IWriteOnlyIOPort miscellaneousOutputWrite | ||
Résultat | IWriteOnlyIOPort |
protected IReadWriteIOPort sequencerAddress | ||
Résultat | IReadWriteIOPort |
protected IReadWriteIOPort sequencerData | ||
Résultat | IReadWriteIOPort |