ReactOS 0.4.16-dev-91-g764881a
|
#include "ntvdm.h"
#include <debug.h>
#include <reactos/buildno.h>
#include <reactos/version.h>
#include "emulator.h"
#include "cpu/cpu.h"
#include "cpu/bop.h"
#include "memory.h"
#include "bios.h"
#include "bios32/bios32p.h"
#include "rom.h"
#include "bios32/vbe.h"
#include "bios32/vidbios32.h"
#include "io.h"
#include "hardware/video/svga.h"
#include "../console/video.h"
Go to the source code of this file.
Classes | |
struct | _VGA_MODE |
Macros | |
#define | NDEBUG |
#define | USE_REACTOS_COLORS |
#define | IS_TEXT_MODE(ModeNumber) (((ModeNumber) >= 0x00 && (ModeNumber) <= 0x03) || ((ModeNumber) == 0x07)) |
Typedefs | |
typedef struct _VGA_MODE | VGA_MODE |
typedef struct _VGA_MODE * | PVGA_MODE |
#define IS_TEXT_MODE | ( | ModeNumber | ) | (((ModeNumber) >= 0x00 && (ModeNumber) <= 0x03) || ((ModeNumber) == 0x07)) |
Definition at line 2272 of file vidbios.c.
Referenced by VidBiosSetVideoMode().
Definition at line 2242 of file vidbios.c.
Referenced by VgaChangePalette().
|
static |
Definition at line 2147 of file vidbios.c.
Referenced by VidBiosSetVideoMode().
Definition at line 2137 of file vidbios.c.
Referenced by VgaSetRegisters(), and VidBiosVideoService().
Definition at line 3907 of file vidbios.c.
Referenced by DosProcessConsoleAttach().
Definition at line 2409 of file vidbios.c.
Referenced by VidBiosSetVideoMode().
Definition at line 3920 of file vidbios.c.
Referenced by DosProcessConsoleDetach().
|
static |
Definition at line 2619 of file vidbios.c.
Referenced by VidBiosPrintCharacter(), and VidBiosVideoService().
Definition at line 2310 of file vidbios.c.
Referenced by VidBiosPrintCharacter(), VidBiosSetVideoPage(), and VidBiosVideoService().
Definition at line 2403 of file vidbios.c.
Referenced by VidBiosVideoService().
Definition at line 3981 of file vidbios.c.
Referenced by Bios32Initialize().
Definition at line 3932 of file vidbios.c.
Referenced by Bios32Post().
|
static |
Definition at line 2863 of file vidbios.c.
Referenced by VidBiosPrintCharacter(), and VidBiosVideoService().
|
static |
Definition at line 1973 of file vidbios.c.
Referenced by VidBiosPrintCharacter(), and VidBiosVideoService().
Definition at line 2316 of file vidbios.c.
Referenced by VidBiosPrintCharacter(), VidBiosSetVideoMode(), VidBiosSetVideoPage(), VidBiosSyncCursorPosition(), and VidBiosVideoService().
Definition at line 2334 of file vidbios.c.
Referenced by VidBiosSetVideoMode(), and VidBiosVideoService().
Definition at line 2447 of file vidbios.c.
Referenced by VidBiosPost(), and VidBiosVideoService().
Definition at line 2589 of file vidbios.c.
Referenced by VidBiosVideoService().
Definition at line 2381 of file vidbios.c.
Referenced by VidBiosAttachToConsole(), and VidBiosPost().
Definition at line 2947 of file vidbios.c.
Referenced by VidBiosINT(), and VidBiosPost().
Definition at line 3905 of file vidbios.c.
Referenced by MiUnmapViewOfSection(), MmMapViewOfArm3Section(), NtAllocateVirtualMemory(), NtFreeVirtualMemory(), NtLockVirtualMemory(), NtProtectVirtualMemory(), NtUnlockVirtualMemory(), PspWriteTebImpersonationInfo(), TestDeviceDeletion(), VidBiosAttachToConsole(), and VidBiosDetachFromConsole().
Definition at line 44 of file vidbios.c.
Referenced by VidBiosInitialize().
|
static |
|
static |
|
static |
Definition at line 892 of file vidbios.c.
Referenced by VidBiosInitialize(), VidBiosSetVideoMode(), and VidBiosVideoService().
|
static |
Definition at line 1408 of file vidbios.c.
Referenced by VidBiosInitialize(), VidBiosSetVideoMode(), and VidBiosVideoService().
|
static |
Definition at line 632 of file vidbios.c.
Referenced by VidBiosInitialize(), VidBiosSetVideoMode(), and VidBiosVideoService().
Definition at line 1969 of file vidbios.c.
Referenced by VidBiosPost(), VidBiosSetVideoMode(), and VidBiosVideoService().
|
static |
Definition at line 488 of file vidbios.c.
Referenced by VgaChangePalette().
|
static |
Definition at line 1968 of file vidbios.c.
Referenced by VidBiosInitialize().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1941 of file vidbios.c.
Referenced by Pc98VidQueryMode(), Pc98VidSetCurrentMode(), and VidBiosSetVideoMode().