ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "cpu/bop.h"
#include "int32.h"
#include "bios.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | BOP_KBD_IRQ 0x09 |
#define | BOP_KBD_INT 0x16 |
Functions | |
VOID WINAPI | BiosKeyboardIrq (LPWORD Stack) |
static VOID WINAPI | KbdBiosIRQ (LPWORD Stack) |
VOID WINAPI | BiosKeyboardService (LPWORD Stack) |
static VOID WINAPI | KbdBiosINT (LPWORD Stack) |
BOOLEAN | KbdBiosInitialize (VOID) |
VOID | KbdBiosCleanup (VOID) |
Definition at line 199 of file kbdbios32.c.
Referenced by KbdBios32Post(), and KbdBiosIRQ().
Definition at line 85 of file kbdbios32.c.
Referenced by KbdBios32Post(), and KbdBiosINT().
Definition at line 93 of file kbdbios.c.
Referenced by Bios32Cleanup().
Definition at line 85 of file kbdbios.c.
Referenced by Bios32Initialize().
Definition at line 59 of file kbdbios.c.
Referenced by KbdBiosInitialize().
Definition at line 32 of file kbdbios.c.
Referenced by KbdBiosInitialize().