Return to
ctc.h
CVS log
Up to
[RetroPC.NET]
/
xmil
/
io
Diff for /xmil/io/ctc.h between versions 1.7 and 1.8
version 1.7
, 2004/08/15 17:51:53
version 1.8
, 2004/08/17 14:46:37
Line 1
Line 1
#if 0
enum {
CTC_OPM = 0,
CTC_TURBO1 = 1,
CTC_TURBO2 = 2
};
#endif
typedef struct {
typedef struct {
UINT32 baseclock;
UINT32 baseclock;
UINT8 vector;
UINT8 vector;
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.7
changed lines
Added in v.1.8
RetroPC.NET-CVS <
cvs@retropc.net
>