ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "bios/bios.h"
#include "cpu/cpu.h"
#include "dos/dem.h"
#include <ndk/psfuncs.h>
#include "./console/console.c"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
NTVDM_SETTINGS | GlobalSettings |
INT | NtVdmArgc |
WCHAR ** | NtVdmArgv |
WCHAR | NtVdmPath [MAX_PATH] |
ULONG | NtVdmPathSize |
static RTL_QUERY_REGISTRY_TABLE | NtVdmConfigurationTable [] |
Referenced by VdmShutdown().
Definition at line 360 of file ntvdm.c.
|
static |
Definition at line 284 of file ntvdm.c.
Referenced by VdmShutdown().
|
static |
Definition at line 254 of file ntvdm.c.
Referenced by wmain().
|
static |
Definition at line 42 of file ntvdm.c.
|
static |
Definition at line 96 of file ntvdm.c.
|
static |
Definition at line 132 of file ntvdm.c.
|
static |
Definition at line 69 of file ntvdm.c.
VOID PrintMessageAnsi | ( | IN CHAR_PRINT | CharPrint, |
IN LPCSTR | Format, | ||
... | |||
) |
Definition at line 416 of file ntvdm.c.
Referenced by BiosRomBasic().
HACK!! HACK!!
Definition at line 317 of file ntvdm.c.
Referenced by ConsoleCtrlHandler(), MenuEventHandler(), and wmain().
Definition at line 481 of file ntvdm.c.
NTVDM_SETTINGS GlobalSettings |
Definition at line 28 of file ntvdm.c.
Referenced by CreateVdmMenu(), EjectFloppy(), EmulatorInitialize(), MountFloppy(), UpdateVdmMenuDisks(), VdmShutdown(), and wmain().
INT NtVdmArgc |
Definition at line 31 of file ntvdm.c.
Referenced by DosStart(), and wmain().
WCHAR** NtVdmArgv |
Definition at line 32 of file ntvdm.c.
Referenced by DosStart(), and wmain().
|
static |
Definition at line 167 of file ntvdm.c.
Referenced by LoadGlobalSettings().
Definition at line 35 of file ntvdm.c.
Referenced by CmosInitialize(), and wmain().