ReactOS 0.4.16-dev-197-g92996da
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "cpu/callback.h"
#include "cpu/bop.h"
#include "bios.h"
#include "bios32/bios32.h"
#include "rom.h"
#include "umamgr.h"
#include "io.h"
#include "hardware/cmos.h"
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | BOP_RESET 0x00 |
#define | BOP_EQUIPLIST 0x11 |
#define | BOP_GETMEMSIZE 0x12 |
Functions | |
VOID WINAPI | WinNtVdmBiosReset (LPWORD Stack) |
BOOLEAN | BiosInitialize (IN LPCSTR BiosFileName, IN LPCSTR RomFiles OPTIONAL) |
VOID | BiosCleanup (VOID) |
Variables | |
static BOOLEAN | Bios32Loaded = FALSE |
PBIOS_DATA_AREA | Bda |
PBIOS_CONFIG_TABLE | Bct |
Definition at line 153 of file bios.c.
Referenced by VdmShutdown().
Definition at line 60 of file bios.c.
Referenced by wmain().
Definition at line 50 of file bios.c.
Referenced by BiosInitialize().
Definition at line 43 of file bios.c.
Referenced by BiosInitialize().
PBIOS_DATA_AREA Bda |
Definition at line 42 of file bios.c.
Referenced by AllDisksReset(), Bios32Post(), BiosCharPrint(), BiosDiskService(), BiosEquipmentService(), BiosGetMemorySize(), BiosInitialize(), BiosKbdBufferPop(), BiosKbdBufferPush(), BiosKbdBufferTop(), BiosKeyboardIrq(), BiosKeyboardService(), BiosMiscService(), BiosSystemTimerInterrupt(), BiosTimeService(), Dem_BiosCharPrint(), DosFastConOut(), EraseMouseCursor(), InitializeBiosData(), KbdBios32Post(), PaintMouseCursor(), VbeService(), VbeSetExtendedRegisters(), VbeSetExtendedVideoMode(), VgaSetRegisters(), VidBiosDrawGlyph(), VidBiosGetCursorPosition(), VidBiosGetVideoMode(), VidBiosPost(), VidBiosPrintCharacter(), VidBiosScrollWindow(), VidBiosSetCursorPosition(), VidBiosSetCursorShape(), VidBiosSetVideoMode(), VidBiosSetVideoPage(), VidBiosSyncCursorPosition(), and VidBiosVideoService().
Definition at line 40 of file bios.c.
Referenced by BiosCleanup(), and BiosInitialize().