#include "stdarg.h"
#include "stdio.h"
#include "ntddk.h"
#include "fsvga.h"
#include "fsvgalog.h"
Go to the source code of this file.
Functions | |
VOID | GetHardwareScrollReg (PDEVICE_EXTENSION deviceExtension) |
VOID | SetGRAMWriteMode (PDEVICE_EXTENSION deviceExtension) |
VOID | SetGRAMCopyMode (PDEVICE_EXTENSION deviceExtension) |
VOID | SetGRAMInvertMode (PDEVICE_EXTENSION deviceExtension) |
VOID | set_opaque_bkgnd_proc (PDEVICE_EXTENSION deviceExtension, PUCHAR FrameBuffer, WORD Attributes) |
VOID | ColorSetGridMask (PDEVICE_EXTENSION deviceExtension, BYTE BitMask) |
VOID | ColorSetDirect (PDEVICE_EXTENSION deviceExtension, PUCHAR FrameBuffer, BYTE ColorFg, BYTE ColorBg) |
|
Definition at line 257 of file port.c. References AccessGRAM_WR(), _DEVICE_EXTENSION::DeviceRegisters, DR_SET, DR_XOR, GRAPH_ADDR_MASK, GRAPHAddressPort, IND_DATA_ROTATE, IND_SET_RESET, and IND_SET_RESET_ENABLE. Referenced by FsgWriteToScreenCommonLVB(), and set_opaque_bkgnd_proc().
|
|
Definition at line 225 of file port.c. References _DEVICE_EXTENSION::DeviceRegisters, DR_SET, GRAPH_ADDR_MASK, GRAPHAddressPort, IND_BIT_MASK, IND_DATA_ROTATE, IND_SET_RESET, and IND_SET_RESET_ENABLE. Referenced by FsgWriteToScreenCommonLVB().
|
|
Definition at line 31 of file port.c. References CRTCAddressPortColor, CRTCDataPortColor, _DEVICE_EXTENSION::DeviceRegisters, _DEVICE_EXTENSION::EmulateInfo, high, IND_LINE_COMPARE, IND_LINE_COMPARE8, IND_LINE_COMPARE9, IND_START_ADRS_H, IND_START_ADRS_L, _EMULATE_BUFFER_INFORMATION::LineCompare, low, and _EMULATE_BUFFER_INFORMATION::StartAddress. Referenced by FsgVgaInitializeHWFlags().
|
|
Definition at line 186 of file port.c. References BYTE, _EMULATE_BUFFER_INFORMATION::ColorBg, _EMULATE_BUFFER_INFORMATION::ColorFg, ColorSetDirect(), _DEVICE_EXTENSION::EmulateInfo, and LOBYTE. Referenced by FsgWriteToScreen(), and FsgWriteToScreenCommonLVB().
|
|
Definition at line 121 of file port.c. References _DEVICE_EXTENSION::DeviceRegisters, DR_SET, GRAPHAddressPort, IND_COLOR_DONT_CARE, IND_DATA_ROTATE, IND_GRAPH_MODE, M_COLOR_READ, and M_LATCH_WRITE. Referenced by MoveGRAM().
|
|
Definition at line 152 of file port.c. References BIT_MASK_DEFAULT, _DEVICE_EXTENSION::DeviceRegisters, DR_XOR, GRAPHAddressPort, IND_BIT_MASK, IND_COLOR_DONT_CARE, IND_DATA_ROTATE, IND_GRAPH_MODE, IND_SET_RESET, M_AND_WRITE, and M_COLOR_READ. Referenced by FsgInvertCursor(), and FsgReverseMousePointer().
|
|
Definition at line 81 of file port.c. References BIT_MASK_DEFAULT, _DEVICE_EXTENSION::DeviceRegisters, DR_SET, GRAPH_ADDR_MASK, GRAPHAddressPort, IND_BIT_MASK, IND_DATA_ROTATE, IND_GRAPH_MODE, IND_MAP_MASK, M_DATA_READ, M_PROC_WRITE, and SEQUAddressPort. Referenced by FsgInvertCursor(), FsgReverseMousePointer(), FsgVgaInitializeHWFlags(), FsgWriteToScreenCommonLVB(), and MoveGRAM().
|