20 #define BIOS_PIC_MASTER_INT 0x08 21 #define BIOS_PIC_SLAVE_INT 0x70 23 #define BIOS_EQUIPMENT_INTERRUPT 0x11 24 #define BIOS_MEMORY_SIZE 0x12 25 #define BIOS_MISC_INTERRUPT 0x15 26 #define BIOS_ROM_BASIC 0x18 27 #define BIOS_BOOTSTRAP_LOADER 0x19 28 #define BIOS_TIME_INTERRUPT 0x1A 29 #define BIOS_SYS_TIMER_INTERRUPT 0x1C 34 #define RegisterBiosInt32(IntNumber, IntHandler) \ 36 RegisterInt32(BiosContext.TrampolineFarPtr + \ 37 BiosContext.TrampolineSize + \ 38 (IntNumber) * Int16To32StubSize, \ 39 (IntNumber), (IntHandler), NULL); \
static SIZE_T const char const D3D_SHADER_MACRO ID3DInclude * include
VOID(WINAPI * EMULATOR_INT32_PROC)(LPWORD Stack)
VOID PicIRQComplete(BYTE IntNum)
VOID EnableHwIRQ(UCHAR hwirq, EMULATOR_INT32_PROC func)