| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to pit.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / io | 
| version 1.4, 2003/12/08 00:55:32 | version 1.5, 2004/03/10 23:01:08 | 
|---|---|
| Line 1 | Line 1 | 
| #if defined(CPUCORE_IA32) | |
| #define uPD71054 | |
| #endif | |
| typedef struct { | typedef struct { | 
| UINT8 mode[4]; | UINT8 mode[4]; | 
| UINT8 flag[4]; | UINT8 flag[4]; | 
| UINT8 intr[4]; | UINT8 intr[4]; | 
| #if defined(uPD71054) | |
| UINT8 stat[4]; | |
| #endif | |
| UINT16 value[4]; | UINT16 value[4]; | 
| UINT16 latch[4]; | UINT16 latch[4]; | 
| } _PIT, *PIT; | } _PIT, *PIT; |