Go to the source code of this file.
◆ PIC_ICW1
Definition at line 20 of file pic.h.
◆ PIC_ICW1_ICW4
#define PIC_ICW1_ICW4 (1 << 0) |
Definition at line 21 of file pic.h.
◆ PIC_ICW1_SINGLE
#define PIC_ICW1_SINGLE (1 << 1) |
Definition at line 22 of file pic.h.
◆ PIC_ICW4_8086
#define PIC_ICW4_8086 (1 << 0) |
Definition at line 23 of file pic.h.
◆ PIC_ICW4_AEOI
#define PIC_ICW4_AEOI (1 << 1) |
Definition at line 24 of file pic.h.
◆ PIC_MASTER_CMD
Definition at line 15 of file pic.h.
◆ PIC_MASTER_DATA
Definition at line 16 of file pic.h.
◆ PIC_OCW2_EOI
Definition at line 27 of file pic.h.
◆ PIC_OCW2_NUM_MASK
#define PIC_OCW2_NUM_MASK 0x07 |
Definition at line 26 of file pic.h.
◆ PIC_OCW2_SL
Definition at line 28 of file pic.h.
◆ PIC_OCW3
Definition at line 30 of file pic.h.
◆ PIC_OCW3_READ_ISR
#define PIC_OCW3_READ_ISR 0x0B |
Definition at line 31 of file pic.h.
◆ PIC_SLAVE_CMD
Definition at line 17 of file pic.h.
◆ PIC_SLAVE_DATA
Definition at line 18 of file pic.h.
◆ PicGetInterrupt()
Definition at line 244 of file pic.c.
245{
247
248
249 for (
i = 0;
i < 8;
i++)
250 {
252 {
253
255
256
258
259
261 }
262 }
263
264
265 for (
i = 0;
i < 8;
i++)
266 {
268 {
269
271
273 {
274
276 }
277 else
278 {
279
281
282
284 }
285 }
286 }
287
288
291 else
293}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
BOOLEAN CascadeRegisterSet
Referenced by EmulatorIntAcknowledge().
◆ PicInitialize()
Definition at line 295 of file pic.c.
296{
297
302}
static BYTE WINAPI PicReadCommand(USHORT Port)
static BYTE WINAPI PicReadData(USHORT Port)
static VOID WINAPI PicWriteCommand(USHORT Port, BYTE Data)
static VOID WINAPI PicWriteData(USHORT Port, BYTE Data)
VOID RegisterIoPort(USHORT Port, EMULATOR_INB_PROC InHandler, EMULATOR_OUTB_PROC OutHandler)
Referenced by EmulatorInitialize().
◆ PicInterruptRequest()