Diff for /xmil/io/ctc.h between versions 1.8 and 1.9
|
version 1.8, 2004/08/17 14:46:37
|
version 1.9, 2004/08/18 08:08:13
|
|
Line 1
|
Line 1
|
| |
|
| #if 0 |
|
| enum { |
enum { |
| CTC_OPM = 0, |
CTC_OPM = 0, |
| CTC_TURBO1 = 1, |
CTC_TURBO1 = 1, |
| CTC_TURBO2 = 2 |
CTC_TURBO2 = 2 |
| }; |
}; |
| #endif |
|
| |
|
| typedef struct { |
typedef struct { |
| UINT32 baseclock; |
UINT32 baseclock; |
|
Line 19 typedef struct {
|
Line 18 typedef struct {
|
| SINT32 count[4]; |
SINT32 count[4]; |
| SINT32 countmax[4]; |
SINT32 countmax[4]; |
| SINT32 range[4]; |
SINT32 range[4]; |
| |
} CTCCHST; |
| |
|
| |
typedef struct { |
| |
UINT neventid; |
| |
UINT32 ieventbit; |
| |
} CTCCHEX; |
| |
|
| |
typedef struct { |
| |
CTCCHST s; |
| |
CTCCHEX e; |
| } CTCCH; |
} CTCCH; |
| |
|
| typedef struct { |
typedef struct { |
RetroPC.NET-CVS <cvs@retropc.net>